Search
DrawAnchorPointEventArgs.anchorPattern Property
See Also
 





Gets the anchor pattern containing the anchor point being drawn.

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get anchorPattern() {}
set anchorPattern(value) {}

 Property Value

AnchorPattern

The anchor pattern.

 See Also