Gets or sets a value indicating whether to show the alignment grid. This is a dependency property.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool ShowGrid { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowGrid As Boolean |
true to show the grid, or false otherwise. The default value is false.
See Also