Skip to main content

RepositoryItemTrackBar.DistanceFromTickToLabel Property

Gets or sets the distance between a tick and its label.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(0)]
[DXCategory("Behavior")]
public virtual int DistanceFromTickToLabel { get; set; }

Property Value

Type Default Description
Int32 0

An Int32 value that is the distance between a tick and its label.

Remarks

TrackBarControl labels are stored in the RepositoryItemTrackBar.Labels collection. Use the RepositoryItemTrackBar.ShowLabels property to show or hide tick labels.

See Also