Back to Devexpress

RepositoryItemTrackBar.TickStyle Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemtrackbar-86f66d7d.md

latest2.2 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(TickStyle.BottomRight)]
[DXCategory("Appearance")]
public virtual TickStyle TickStyle { get; set; }
vb
<DefaultValue(TickStyle.BottomRight)>
<DXCategory("Appearance")>
Public Overridable Property TickStyle As TickStyle

Property Value

TypeDefaultDescription
TickStyleBottomRight

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

RepositoryItemTrackBar Class

RepositoryItemTrackBar Members

DevExpress.XtraEditors.Repository Namespace