Skip to main content
A newer version of this page is available. .

BaseLeafPrimitive.Shapes Property

Gets the collection of inner elements of the current object.

Namespace: DevExpress.XtraGauges.Core.Primitive

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

NuGet Package: DevExpress.Gauges.Core

Declaration

[Browsable(false)]
public BaseShapeCollection Shapes { get; }

Property Value

Type Description
DevExpress.XtraGauges.Core.Drawing.BaseShapeCollection

A BaseShapeCollection of inner elements.

See Also