Back to Devexpress

TrackBarProperties.ScaleStyle Property

aspnet-devexpress-dot-web-dot-trackbarproperties-680e35b1.md

latest1.4 KB
Original Source

TrackBarProperties.ScaleStyle Property

Gets the style settings that define the scale appearance.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
AppearanceStyleBase

An AppearanceStyleBase object that contains style settings.

|

Remarks

Note

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

See Also

TrackStyle

Track Bar

TrackBarProperties Class

TrackBarProperties Members

DevExpress.Web Namespace