Search
Shapes.Rectangle Property
See Also
 





Gets the Rectangle predefined shape.

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

 Syntax

C#  Copy Code

public static Shape Rectangle { get; }

Visual Basic  Copy Code

Public Shared ReadOnly Property Rectangle As Shape

 Property Value

An instance of the Shape class representing the predefined shape.

 See Also