Search
RelativeToLink Enumeration
See Also
 





Specifies how the link labels are positioned.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  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