Skip to main content
A newer version of this page is available. .
Tab

ScaleLabelHighlightMode Enum

Lists values that specify which scale labels are highlighted within an editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public enum ScaleLabelHighlightMode

Members

Name Description
None

The scale labels are not highlighted.

ScaleLabelHighlightMode_None

AlongBarHighlight

The scale labels that lay within the bar highlight are highlighted.

ScaleLabelHighlightMode_AlongBarHighlight

HandlePosition

A scale label coincident with a drag handle is highlighted.

ScaleLabelHighlightMode_HandlePosition

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