Search
TriangularLayout.GridSize Property
See Also
 





Gets or sets the size of the virtual grid the layout will place vertices on.

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

 Syntax

C#  Copy Code

public double GridSize { get; set; }

Visual Basic  Copy Code

Public Property GridSize As Double

 Property Value

The default value is 75.

 See Also