Search
DrawAnchorPointEventArgs.AnchorPattern Property
See Also
 





Gets the anchor pattern containing the anchor point being drawn.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public AnchorPattern AnchorPattern { get; }

Visual Basic  Copy Code

Public ReadOnly Property AnchorPattern As AnchorPattern

 Property Value

An instance of the AnchorPattern class.

 See Also