Skip to main content
A newer version of this page is available. .
Tab

TrackBarProperties.BarHighlightStyle Property

Gets the style settings which define the bar highlight‘s appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public TrackBarTrackElementStyle BarHighlightStyle { get; }

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