Back to Devexpress

ScaleLineOptions Class

wpf-devexpress-dot-xpf-dot-gauges-143d137c.md

latest2.4 KB
Original Source

ScaleLineOptions Class

Contains layout and appearance options for a scale line.

Namespace : DevExpress.Xpf.Gauges

Assembly : DevExpress.Xpf.Gauges.v25.2.dll

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public class ScaleLineOptions :
    GaugeDependencyObject
vb
Public Class ScaleLineOptions
    Inherits GaugeDependencyObject

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 ScaleLineOptions.ZIndex, ScaleLineOptions.Offset property.

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

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

Inheritance

Object DispatcherObject DependencyObject Freezable GaugeDependencyObject ScaleLineOptions

See Also

ScaleLineOptions Members

Line

Line

DevExpress.Xpf.Gauges Namespace