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

DiagramContainer.ShapeGeometry Property

Gets the object that identifies the geometry of the container.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

Declaration

[Browsable(false)]
public virtual ShapeGeometry ShapeGeometry { get; protected set; }

Property Value

Type Description
DevExpress.Diagram.Core.ShapeGeometry

A DevExpress.Diagram.Core.ShapeGeometry object.

See Also