Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public virtual TrackBarTickStyle TrackBarSelectedTick { get; }

Property Value

Type Description
TrackBarTickStyle

A TrackBarTickStyle object that contains the style settings.

See Also