TrackBarProperties.BarHighlightStyle Property
Gets the style settings which define the bar highlight‘s appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
TrackBarTrackElementStyle | A TrackBarTrackElementStyle object that contains the style settings. |
Remarks
Note that you can use the BarHighLightStyle.BackgroundImage property to completely define the bar highlight element’s appearance. This property overwrites the default bar highlight representation and any style setting defined via the BarHighlightStyle property.
Note
The BarHighlightStyle property synchronizes its value with the editor’s ASPxTrackBar.BarHighlightStyle property.
See Also