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

RepositoryItemZoomTrackBar.ScrollThumbStyle Property

Gets or sets the paint style of the control’s scroll thumb.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[SmartTagProperty("ScrollThumbStyle", "")]
[DXCategory("Appearance")]
[DefaultValue(ScrollThumbStyle.ArrowDownRight)]
public virtual ScrollThumbStyle ScrollThumbStyle { get; set; }

Property Value

Type Default Description
DevExpress.XtraEditors.Repository.ScrollThumbStyle **ArrowDownRight**

A DevExpress.XtraEditors.Repository.ScrollThumbStyle value.

See Also