Back to Devexpress

ASPxTrackBar.RightBottomLabelStyle Property

aspnet-devexpress-dot-web-dot-aspxtrackbar-7e67c4c2.md

latest1.5 KB
Original Source

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

Property Value

TypeDescription
AppearanceStyleBase

An AppearanceStyleBase object that contains style settings.

|

Remarks

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

See Also

LeftTopLabelStyle

Track Bar

ASPxTrackBar Class

ASPxTrackBar Members

DevExpress.Web Namespace