BaseRange.EndThickness Property
Gets or sets the range thickness at the end point, specified by the BaseRange.EndValue 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 range thickness at the end point, in relative coordinates. |
Remarks
To specify the range thickness at the starting point, use the BaseRange.StartThickness 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.
See Also