Search
ShapeToolBar.DefaultNodeSize Property
See Also
 





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

 Syntax

C#  Copy Code

public SizeF DefaultNodeSize { get; set; }

Visual Basic  Copy Code

Public Property DefaultNodeSize As SizeF

 Property Value

A .NET SizeF instance specifying the size of nodes. The default is 20x20.

 See Also