LinearScaleLevel.BarStartShape Property
Gets the shape of the level bar’s starting section.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraGauges.Core.Drawing.BaseShape | A BaseShape object. |
Remarks
This property supports the internal infrastructure and typically there is no need to use it directly from your code. To change the object’s painting style, use the LinearScaleLevel.ShapeType property.
See Also