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

ScaleLineOptions Class

Contains layout and appearance options for a scale line.

Namespace: DevExpress.UI.Xaml.Gauges

Assembly: DevExpress.UI.Xaml.Gauges.v18.2.dll

Declaration

public class ScaleLineOptions :
    GaugeOptionsBase

The following members return ScaleLineOptions objects:

Remarks

The options provided by a ScaleLineOptions instance can be accessed via the Scale.LineOptions property of a Scale object.

To define the layout of the line, use the GaugeOptionsBase.ZIndex and ScaleLineOptions.Offset property.

The appearance of the lines is set by the ScaleLineOptions.Thickness property.

For more information on lines, refer to the Line (Circular Scale) and Line (Linear Scale) documents.

Inheritance

Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
See Also