Click or drag to resize

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; }

Property Value

Type: LeaderTextVerticalPosition
Remarks
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