MindFusion.Wpf Pack Programmer's Guide
ShapeLibrary.Shapes Property
See Also
 





Gets or sets the array of all shapes in the library.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public Shape[] Shapes { get; set; }

Visual Basic  Copy Code

Public Property Shapes As Shape()

 Property Value

An array of Shape objects containing the shape definitions.

 See Also

ShapeLibrary Members
ShapeLibrary Class
MindFusion.Diagramming.Wpf Namespace