Back to Devexpress

LinearScaleLevel.BarStartShape Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-linearscalelevel-9f28ce30.md

latest1.5 KB
Original Source

LinearScaleLevel.BarStartShape Property

Gets the shape of the level bar’s starting section.

Namespace : DevExpress.XtraGauges.Core.Model

Assembly : DevExpress.XtraGauges.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public BaseShape BarStartShape { get; }
vb
Public ReadOnly Property BarStartShape As BaseShape

Property Value

TypeDescription
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

ShapeType

LinearScaleLevel Class

LinearScaleLevel Members

DevExpress.XtraGauges.Core.Model Namespace