LeaderTextVerticalPosition Property
|
Gets or set the text annotation vertical position.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public LeaderTextVerticalPosition TextVerticalPosition { get; set; }
Public Property TextVerticalPosition As LeaderTextVerticalPosition
Get
Set
public:
property LeaderTextVerticalPosition TextVerticalPosition {
LeaderTextVerticalPosition get ();
void set (LeaderTextVerticalPosition value);
}
member TextVerticalPosition : LeaderTextVerticalPosition with get, set
PROPERTY TextVerticalPosition AS LeaderTextVerticalPosition GET SET
Property Value
Type:
LeaderTextVerticalPositionRemarks
This property is only applicable if leader annotation is a text.
The default option is Above. If this property is set to Centered the text annotation alignment will be used as the hook
point,
the other three options Outside, JIS, and Bellow doesn't seem to affect the way the text is placed.
See Also