Back to Devexpress

BaseRange.StartThickness Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-baserange-11bf7d92.md

latest2.1 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[DefaultValue(10F)]
public float StartThickness { get; set; }
vb
<DefaultValue(10F)>
Public Property StartThickness As Single

Property Value

TypeDefaultDescription
Single10

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.

See Also

EndThickness

Coordinate System

BaseRange Class

BaseRange Members

DevExpress.XtraGauges.Core.Model Namespace