TrackBarZoomStyleSettings Class
Defines the appearance and behavior of a zooming track bar.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Remarks
A track bar editor supports four built-in styles which define its appearance and behavior:
Native
A scrollable control used to slide a small thumb along a continuous line.
The BaseEdit.StyleSettings property is set to TrackBarStyleSettings.
Range
A range track bar, allowing a range of values to be specified.
The BaseEdit.StyleSettings property is set to TrackBarRangeStyleSettings.
Zoom
A zooming track bar, like the Zoom track bar introduced in MS Office 2007.
The BaseEdit.StyleSettings property is set to TrackBarZoomStyleSettings.
ZoomRange
A range track bar with a zooming functionality.
The BaseEdit.StyleSettings property is set to TrackBarZoomRangeStyleSettings.
To learn more, see TrackBarEdit.