ScaleLabelHighlightMode Enum
In This Article
Lists values that specify which scale labels are highlighted within an editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
None
|
The scale labels are not highlighted. |
Along
|
The scale labels that lay within the bar highlight are highlighted. |
Handle
|
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