aspnet-devexpress-dot-web-371b654f.md
Lists values that specify which scale labels are highlighted within an editor.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum ScaleLabelHighlightMode
Public Enum ScaleLabelHighlightMode
| 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.
|
The following properties accept/return ScaleLabelHighlightMode values:
The values of this enumerator are used to set the ASPxTrackBar.ScaleLabelHighlightMode and TrackBarProperties.ScaleLabelHighlightMode properties.
See Also