RepositoryItemTrackBar.LabelAppearance Property
In This Article
Provides access to appearance settings used to paint the current TrackBarControl‘s labels.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Appearance")]
public virtual AppearanceObject LabelAppearance { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Apperance |
See Also