Skip to main content
A newer version of this page is available. .
Tab

TrackBarProperties.ScaleStyle Property

Gets the style settings that define the scale appearance.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

public AppearanceStyleBase ScaleStyle { get; }

Property Value

Type Description
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