Positions this label relatively to the specified control point.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void SetControlPointPosition ( |
Visual Basic
Copy Code
|
|---|
Public Sub SetControlPointPosition( _ |
The control point index.
Horizontal offset from the point.
Vertical offset from the point.
RemarksThis method sets the specified control point as label's pin point and assigns specified offsets to HorizontalOffset and VerticalOffset properties.
See Also