Back to Devexpress

TrackBarProperties.LeftTopLabelStyle Property

aspnet-devexpress-dot-web-dot-trackbarproperties-9286f2c1.md

latest1.5 KB
Original Source

TrackBarProperties.LeftTopLabelStyle Property

Gets the style settings which define the left top labels appearance.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public AppearanceStyleBase LeftTopLabelStyle { get; }
vb
Public ReadOnly Property LeftTopLabelStyle As AppearanceStyleBase

Property Value

TypeDescription
AppearanceStyleBase

An AppearanceStyleBase object that contains style settings.

|

Remarks

Note

The LeftTopLabelStyle property synchronizes its value with the editor’s ASPxTrackBar.LeftTopLabelStyle property.

See Also

RightBottomLabelStyle

Track Bar

TrackBarProperties Class

TrackBarProperties Members

DevExpress.Web Namespace