ScrollBarBase.LookAndFeel Property
In This Article
Gets a value providing access to settings controlling the control’s look and feel.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
[DXCategory("Appearance")]
public virtual UserLookAndFeel LookAndFeel { get; }
#Property Value
Type | Description |
---|---|
User |
A User |
#Remarks
LookAndFeel property settings allows you to specify the scroll bar’s appearance.
Refer to the Application Appearance and Skin Colors topic for details.
See Also