Skip to main content

ScaleLineOptions.Thickness Property

Gets or sets a value that specifies the thickness of the line on a scale.

Namespace: DevExpress.UI.Xaml.Gauges

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public int Thickness { get; set; }

Property Value

Type Description
Int32

A Int32 value that is the thickness of the line.

Property Paths

You can access this nested property as listed below:

Object Type Path to Thickness
Scale
.LineOptions .Thickness

Remarks

Use the Thickness property if you need to modify the line’s thickness for Circular and Linear scales. Note that the Scale.ShowLine property should be set to true to display the line on a scale.

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

See Also