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

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.v19.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.

TickStyle_Both

BottomRight

Tick marks are located on the bottom of a horizontal track bar or on the right side of a vertical track bar.

TickStyle_BottomRight

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.

TickStyle_TopLeft

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the TickStyle property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also