TrackBarProperties.BarHighlightStyle Property
In This Article
Gets the style settings which define the bar highlight‘s appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public TrackBarTrackElementStyle BarHighlightStyle { get; }
#Property Value
Type | Description |
---|---|
Track |
A Track |
#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 Bar
See Also