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

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

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

A DevExpress.XtraEditors.Repository.ScrollThumbStyle value.

See Also