Search
Diagram.DefaultShape Property
See Also
 






Gets or sets the default shape of shape nodes.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Shape DefaultShape { get; set; }

Visual Basic  Copy Code

Public Property DefaultShape As Shape

 Property Value

An instance of the Shape class. The default is the RoundRect shape.

 Remarks

The Shape property of newly created shape nodes is initialized with the value of this property. It defines a series of lines, arcs and curves composed in a complex shape. There are many predefined shapes exposed as static members of the Shape class. You can also define your own shapes.

 See Also