Back to Devexpress

ScrollBarBase.LookAndFeel Property

windowsforms-devexpress-dot-xtraeditors-dot-scrollbarbase-783ed423.md

latest1.6 KB
Original Source

ScrollBarBase.LookAndFeel Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DXCategory("Appearance")]
public virtual UserLookAndFeel LookAndFeel { get; }
vb
<DXCategory("Appearance")>
Public Overridable ReadOnly Property LookAndFeel As UserLookAndFeel

Property Value

TypeDescription
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 Application Appearance and Skin Colors topic for details.

See Also

UserLookAndFeel

ScrollBarBase Class

ScrollBarBase Members

DevExpress.XtraEditors Namespace