DiagramLite Programmer's Guide
Shape.Shapes Property
See Also
 





Gets a read-only collection of all named shapes.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public static Dictionary<string, Shape> Shapes { get; }

Visual Basic  Copy Code

Public Shared ReadOnly Property Shapes As Dictionary(Of String, Shape)

 Property Value

A System.Collections.Generic.Dictionary object.

 See Also

Shape Members
Shape Class
MindFusion.Diagramming Namespace