Back to Devexpress

RepositoryItemTrackBar.LabelAppearance Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtrackbar-d96d0971.md

latest1.5 KB
Original Source

RepositoryItemTrackBar.LabelAppearance Property

Provides access to appearance settings used to paint the current TrackBarControl‘s labels.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
AppearanceObject

An ApperanceObject that stores appearance settings for the current TrackBarControl‘s labels.

|

See Also

RepositoryItemTrackBar Class

RepositoryItemTrackBar Members

DevExpress.XtraEditors.Repository Namespace