Search
DrawAnchorPointEventArgs.location Property
See Also
 





Gets the location of the anchor point being drawn.

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get location() {}
set location(value) {}

 Property Value

Point

A Point instance.

 See Also