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
C# 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.
WpfDiagram Programmer's Guide | © 2024 MindFusion |