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

RepositoryItemZoomTrackBar.TickStyle Property

This property is not supported by the RepositoryItemZoomTrackBar class.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public override TickStyle TickStyle { get; set; }

Property Value

Type Description
TickStyle

A TickStyle value.

Remarks

Use the RepositoryItemZoomTrackBar.ScrollThumbStyle property to specify the scroll thumb’s paint style.

See Also