Back to Devexpress

ArcScaleBackgroundLayer.Shape Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscalebackgroundlayer-68b06e97.md

latest1.6 KB
Original Source

ArcScaleBackgroundLayer.Shape Property

Specifies the shape of the current object according to the current painting style specified by the ShapeType property.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

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

Property Value

TypeDescription
DevExpress.XtraGauges.Core.Drawing.BaseShape

A BaseShape object that represents the current shape.

|

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 ArcScaleBackgroundLayer.ShapeType property.

See Also

ShapeType

ArcScaleBackgroundLayer Class

ArcScaleBackgroundLayer Members

DevExpress.XtraGauges.Core.Model Namespace