TrackBarProperties.LeftTopLabelStyle Property
Gets the style settings which define the left top labels appearance.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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