Back to Devexpress

ASPxTrackBar.LeftTopLabelStyle Property

aspnet-devexpress-dot-web-dot-aspxtrackbar-46e33608.md

latest1.4 KB
Original Source

ASPxTrackBar.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 virtual AppearanceStyleBase LeftTopLabelStyle { get; }
vb
Public Overridable ReadOnly Property LeftTopLabelStyle As AppearanceStyleBase

Property Value

TypeDescription
AppearanceStyleBase

An AppearanceStyleBase object that contains style settings.

|

Remarks

This property is a wrapper of the TrackBarProperties.LeftTopLabelStyle property.

See Also

RightBottomLabelStyle

Track Bar

ASPxTrackBar Class

ASPxTrackBar Members

DevExpress.Web Namespace