Specifies how the link labels are positioned.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public enum RelativeToLink |
Visual Basic
Copy Code
|
|---|
Public Enum RelativeToLink |
Members| Member name | Description | |
|---|---|---|
![]() |
ControlPoint |
Indicates that the link labels are positioned relative to a specified control point. |
![]() |
LinkLength |
Indicates that the link labels are positioned relative to the link. |
![]() |
Segment |
Indicates that the link labels are positioned relative to a specified segment. |
See Also