RepositoryItemTrackBar.TickStyle Property
Gets or sets a value which specifies the location of tick marks within a track bar.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
[DefaultValue(TickStyle.BottomRight)]
[DXCategory("Appearance")]
public virtual TickStyle TickStyle { get; set; }
Property Value
Type | Default | Description |
---|---|---|
TickStyle | BottomRight | A TickStyle value that specifies the location of tick marks within a track bar. |
Remarks
Member | Description |
---|---|
Both | Tick marks are located on both sides of the track bar. |
BottomRight | Tick marks are located on the bottom of a horizontal track bar or on the right side of a vertical track bar. |
None | No tick marks appear within the track bar. |
TopLeft | Tick marks are located on the top of a horizontal track bar or on the left of a vertical track bar. |
See Also