Skip to main content
A newer version of this page is available. .

RepositoryItemTrackBar.LabelAppearance Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

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