TrackBarProperties.ScaleLabelHighlightMode Property
In This Article
Gets or sets a value that defines scale labels highlight mode.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(ScaleLabelHighlightMode.None)]
public ScaleLabelHighlightMode ScaleLabelHighlightMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Scale |
None | One of the Scale |
Available values:
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. |
#Remarks
The ScaleLabelHighlightMode property allows you to define how scale labels are highlighted.
Note
The Scale
See Also