MindFusion.Wpf Pack Programmer's Guide
Diagram.AlignmentGuidePen Property
See Also
 





Gets or sets the pen used to draw alignment guides.

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

 Syntax

C#  Copy Code

public Pen AlignmentGuidePen { get; set; }

Visual Basic  Copy Code

Public Property AlignmentGuidePen As Pen

 Property Value

An instance of the System.Windows.Media.Pen class.

 Remarks

This pen is used to draw alignment guides shown when AutoAlignNodes is enabled.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
AutoAlignDistance Property