Skip to main content
A newer version of this page is available. .

ScrollBarBase.LookAndFeel Property

Gets a value providing access to settings controlling the control’s look and feel.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DXCategory("Appearance")]
public virtual UserLookAndFeel LookAndFeel { get; }

Property Value

Type Description
UserLookAndFeel

A UserLookAndFeel object whose properties specify the control’s look and feel.

Remarks

LookAndFeel property settings allows you to specify the scroll bar’s appearance.

Refer to the Look And Feel Support topic for details.

See Also