BaseRange.StartThickness Property
Gets or sets the thickness of the range at the starting point, specified by the BaseRange.StartValue property.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Property Value
Type | Description |
---|---|
Single | A Single value that specifies the thickness of the range at the starting point, in relative coordinates. |
Remarks
To specify the thickness of the range at the ending point, use the BaseRange.EndThickness property.
The following image shows a circular gauge containing a custom range, painted in orange, starting at 60 and ending at 100. The StartThickness is set to 0, while the EndThickness is set to 20.
See Coordinate System, to learn about relative coordinates.