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