Specifies the size of the design area representing the node's bounding rectangle.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double ShapeSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShapeSize As Double |
A double value specifying the shape area size. The default value is 200.
See Also