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

EditorStyles.TrackBarSelectedTick Property

Gets the style settings defining the appearance of the selected tick within a track bar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public virtual TrackBarTickStyle TrackBarSelectedTick { get; }

Property Value

Type Description
TrackBarTickStyle

A TrackBarTickStyle object that contains the style settings.

See Also