Search
DrawAnchorPointEventArgs.anchorIndex Property
See Also
 






Gets the zero-based index of the anchor point related to the event.

Namespace: MindFusion.Diagramming
File: EventArgs.js

 Syntax

JavaScript  Copy Code

get anchorIndex() {}
set anchorIndex(value) {}

 Property Value

Number

The anchor point index.

 See Also