Skip to main content

BaseLeafPrimitive.Shapes Property

Gets the collection of inner elements of the current object.

Namespace: DevExpress.XtraGauges.Core.Primitive

Assembly: DevExpress.XtraGauges.v23.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