Back to Devexpress

TrackBarProperties.RightBottomLabelStyle Property

aspnet-devexpress-dot-web-dot-trackbarproperties-6a125a24.md

latest1.5 KB
Original Source

TrackBarProperties.RightBottomLabelStyle Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
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

LeftTopLabelStyle

Track Bar

TrackBarProperties Class

TrackBarProperties Members

DevExpress.Web Namespace