Gets or sets the size of the alignment grid. This is a dependency property.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double GridSize { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property GridSize As Double |
A double value specifying the grid size in shape definition coordinates, i.e. percentage of node size. The default value is 5.
See Also