TrackBarProperties.SelectedTickStyle Property
Gets the style settings which define the selected Tick appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue("")]
public TrackBarTickStyle SelectedTickStyle { get; }
<DefaultValue("")>
Public ReadOnly Property SelectedTickStyle As TrackBarTickStyle
Property Value
Type | Default | Description |
---|---|---|
TrackBarTickStyle | A TrackBarTickStyle object that contains style settings. |