Search
ShapeLibrary.Shapes Property
See Also
 






Gets or sets the list with all shapes contained in the library.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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