Back to Devexpress

ScaleLineOptions.Thickness Property

wpf-devexpress-dot-xpf-dot-gauges-dot-scalelineoptions-a7c12fc5.md

latest2.4 KB
Original Source

ScaleLineOptions.Thickness Property

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

Namespace : DevExpress.Xpf.Gauges

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

NuGet Package : DevExpress.Wpf.Gauges

Declaration

csharp
public int Thickness { get; set; }
vb
Public Property Thickness As Integer

Property Value

TypeDescription
Int32

A Int32 value that is the thickness of the line.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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.

The following images illustrate the property behavior for the circular scale.

Thickness = 2Thickness = 4Thickness = 6

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

See Also

ScaleLineOptions Class

ScaleLineOptions Members

DevExpress.Xpf.Gauges Namespace