Positions this label relatively to the specified corner point.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public void SetCornerPosition ( |
Visual Basic
Copy Code
|
|---|
Public Sub SetCornerPosition( _ |
The corner point index.
Horizontal offset from the point.
Vertical offset from the point.
RemarksThis method sets node's corner as label's pin point and assigns specified offsets to HorizontalOffset and VerticalOffset properties. The cornerPoint index starts counting from top-left corner in clockwise direction:
See Also