Back to Devexpress

ScaleLabelHighlightMode Enum

aspnet-devexpress-dot-web-371b654f.md

latest2.3 KB
Original Source

ScaleLabelHighlightMode Enum

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

Declaration

csharp
public enum ScaleLabelHighlightMode
vb
Public Enum ScaleLabelHighlightMode

Members

NameDescription
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:

Remarks

The values of this enumerator are used to set the ASPxTrackBar.ScaleLabelHighlightMode and TrackBarProperties.ScaleLabelHighlightMode properties.

See Also

DevExpress.Web Namespace