LeaderTextVerticalPosition Enumeration
|
Defines the vertical position of a leader with a text annotation.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public enum LeaderTextVerticalPosition
Public Enumeration LeaderTextVerticalPosition
public enum class LeaderTextVerticalPosition
type LeaderTextVerticalPosition
enum LeaderTextVerticalPosition
Members
| Member name | Value | Description |
---|
| Centered | 0 |
The text annotation is placed in the leader hook with respect of its alignment point.
|
| Above | 1 |
The text annotation is placed above the leader hook line.
|
| Outside | 2 |
This options seems to have no effect.
|
| JIS | 3 |
This options seems to have no effect.
|
| Bellow | 4 |
This options seems to have no effect.
|
See Also