Search
ShapeDesigner.AlignToGrid Property
See Also
 





Gets or sets a value indicating whether to align shape elements to a grid. This is a dependency property.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool AlignToGrid { get; set; }

Visual Basic  Copy Code

Public Property AlignToGrid As Boolean

 Property Value

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

 See Also