ScaleLabelHighlightMode Enum
Lists values that specify which scale labels are highlighted within an editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Members
Name | Description |
---|---|
None
|
The scale labels are not highlighted. |
AlongBarHighlight
|
The scale labels that lay within the bar highlight are highlighted. |
HandlePosition
|
A scale label coincident with a drag handle is highlighted. |
Related API Members
The following properties accept/return ScaleLabelHighlightMode values:
Remarks
The values of this enumerator are used to set the ASPxTrackBar.ScaleLabelHighlightMode and TrackBarProperties.ScaleLabelHighlightMode properties.
See Also