Specifies how link labels are positioned.
SyntaxVB6
Copy Code
|
|---|
Public Enum ERelativeToLink |
C++
Copy Code
|
|---|
enum ERelativeToLink |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
rtlSegment |
0 | Indicates that a link label position is relative to a specified segment. |
![]() |
rtlControlPoint |
1 | Indicates that a link label position is relative to a specified control point. |
![]() |
rtlLinkLength |
2 | Indicates that label position is relative to the link's length. |
See Also