TrackBarProperties.ScaleLabelHighlightMode Property
Gets or sets a value that defines scale labels highlight mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.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.
|
| AlongBarHighlight | The scale labels that lay within the bar highlight are highlighted.
|
| HandlePosition | A scale label coincident with a drag handle is highlighted.
|
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


