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. This is a dependency property.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Diagram, DevExpress.Wpf.Diagram

Declaration

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

Property Value

Type Description
DevExpress.Diagram.Core.ShapeGeometry

A DevExpress.Diagram.Core.ShapeGeometry object.

See Also