Positions this label relatively to the specified control point.
Namespace: MindFusion.Diagramming
Assembly: LinkLabel.js
SyntaxJavaScript
Copy Code
|
|---|
function setControlPointPosition (controlPoint, dx, dy) |
Number. The control point index.
Number. Horizontal offset from the control point.
Number. Vertical offset from the control point.
RemarksThis method sets the specified control point as label's pin point and assigns specified offsets to horizontalOffset and verticalOffset properties.
See Also