Back to Devexpress

EditorStyles.TrackBarLeftTopLabel Property

aspnet-devexpress-dot-web-dot-editorstyles-5d2a061d.md

latest1.7 KB
Original Source

EditorStyles.TrackBarLeftTopLabel Property

Gets the style settings defining the appearance of a track bar’s scale label when it is shown at the left or top side of the control.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public virtual AppearanceStyleBase TrackBarLeftTopLabel { get; }
vb
Public Overridable ReadOnly Property TrackBarLeftTopLabel As AppearanceStyleBase

Property Value

TypeDescription
AppearanceStyleBase

An AppearanceStyleBase object that contains the style settings.

|

Remarks

Use the TrackBarLeftTopLabel property to specify the appearance of the track bar’s scale labels when they are placed at the left side (for vertical orientation) or at the top side (for horizontal orientation) of the control. The control orientation can be specified via the ASPxTrackBar.Orientation property.

See Also

Orientation

TrackBarRightBottomLabel

EditorStyles Class

EditorStyles Members

DevExpress.Web Namespace