Skip to main content
Tab

TrackBarProperties.RightBottomLabelStyle Property

Gets the style settings which define the right bottom labels appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public AppearanceStyleBase RightBottomLabelStyle { get; }

Property Value

Type Description
AppearanceStyleBase

A AppearanceStyleBase object that contains style settings.

Remarks

Note

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

See Also