Gets or sets a value indicating whether alignment guides are active.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public bool EnableGuides { get; set; } |
Visual Basic Copy Code |
---|
Public Property EnableGuides As Boolean |
true to allow aligning diagram items using ruler guides; otherwise, false. The default is true.
If alignment guides are enabled, users can start aligning items by pressing the left mouse button over a scale and dragging. The horizontal scale displays vertical guide lines that allow aligning the left or right sides of items. The vertical scale displays horizontal guide lines that allow aligning the top or bottom sides of items.
WpfDiagram Programmer's Guide | © 2024 MindFusion |