Skip to main content

RepositoryItemTrackBar.LabelAppearance Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public virtual AppearanceObject LabelAppearance { get; }

Property Value

Type Description
AppearanceObject

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

See Also