Gets the anchor pattern containing the anchor point being drawn.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public AnchorPattern AnchorPattern { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property AnchorPattern As AnchorPattern |
An instance of the AnchorPattern class.
See Also