Skip to main content
Tab

TrackBarProperties.ScaleLabelHighlightMode Property

Gets or sets a value that defines scale labels highlight mode.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(ScaleLabelHighlightMode.None)]
public ScaleLabelHighlightMode ScaleLabelHighlightMode { get; set; }

Property Value

Type Default Description
ScaleLabelHighlightMode None

One of the ScaleLabelHighlightMode enumeration values.

Available values:

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

Remarks

The ScaleLabelHighlightMode property allows you to define how scale labels are highlighted.

Note

The ScaleLabelHighlightMode property synchronizes its value with the editor’s ASPxTrackBar.ScaleLabelHighlightMode property.

See Also