RepositoryItemZoomTrackBar.ScrollThumbStyle Property
Gets or sets the paint style of the control’s scroll thumb.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.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