Skip to main content
A newer version of this page is available. .
Tab

TrackBarProperties.LeftTopLabelStyle Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public AppearanceStyleBase LeftTopLabelStyle { get; }

Property Value

Type Description
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