EditorStyles.TrackBarRightBottomLabel Property
In This Article
Gets the style settings defining the appearance of a track bar’s scale label when it is shown at the right or bottom side of the control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public virtual AppearanceStyleBase TrackBarRightBottomLabel { get; }
#Property Value
Type | Description |
---|---|
Appearance |
An Appearance |
#Remarks
Use the TrackBarRightBottomLabel property to specify the appearance of the track bar’s scale labels when they are placed on the right side (for vertical orientation) or on the bottom (for horizontal orientation) of the control. The control orientation can be specified via the ASPxTrackBar.Orientation property.
See Also