Gets or sets the distance between adjacent grid points when BaseLayout is set to Grid.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double GridSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property GridSize As Double |
A double number specifying the grid size. The default is 96.
RemarksThis value is assigned to the GridSize property of the base GridLayout.
See Also