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.v19.1.Core.dll

Declaration

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

Property Value

Type Description
DevExpress.XtraGauges.Core.Drawing.BaseShapeCollection

A BaseShapeCollection of inner elements.

See Also