Search
ShapeDesigner.ShowGrid Property
See Also
 





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

 Syntax

C#  Copy Code

public bool ShowGrid { get; set; }

Visual Basic  Copy Code

Public Property ShowGrid As Boolean

 Property Value

true to show the grid, or false otherwise. The default value is false.

 See Also