Back to Devexpress

BaseLeafPrimitive.Shapes Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-primitive-dot-baseleafprimitive-b72a65a4.md

latest1.3 KB
Original Source

BaseLeafPrimitive.Shapes Property

Gets the collection of inner elements of the current object.

Namespace : DevExpress.XtraGauges.Core.Primitive

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[Browsable(false)]
public BaseShapeCollection Shapes { get; }
vb
<Browsable(False)>
Public ReadOnly Property Shapes As BaseShapeCollection

Property Value

TypeDescription
DevExpress.XtraGauges.Core.Drawing.BaseShapeCollection

A BaseShapeCollection of inner elements.

|

See Also

CalcHitInfo(Point)

BaseLeafPrimitive Class

BaseLeafPrimitive Members

DevExpress.XtraGauges.Core.Primitive Namespace