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