Back to Devexpress

Scale.LineOptions Property

wpf-devexpress-dot-xpf-dot-gauges-dot-scale-35ad0d88.md

latest1.6 KB
Original Source

Scale.LineOptions Property

Provides access to the options that specify the shape and position of a scale line, either Circular or Linear.

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public ScaleLineOptions LineOptions { get; set; }
vb
Public Property LineOptions As ScaleLineOptions

Property Value

TypeDescription
ScaleLineOptions

A ScaleLineOptions object that contains line options.

|

Remarks

Use the ScaleLineOptions object returned by the LineOptions property to customize different line settings (e.g. ScaleLineOptions.Offset and ScaleLineOptions.Thickness properties to set the line’s position and customize its appearance on the scale).

See Also

Scale Class

Scale Members

DevExpress.Xpf.Gauges Namespace