Gets or sets the size of nodes created by dragging shapes from the toolbar to the diagram canvas.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
Copy Code
|
|---|
public SizeF DefaultNodeSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DefaultNodeSize As SizeF |
A .NET SizeF instance specifying the size of nodes. The default is 20x20.
See Also