Click or drag to resize

LeaderTextVerticalPosition Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or set the text annotation vertical position.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public LeaderTextVerticalPosition TextVerticalPosition { get; set; }
Request Example View Source

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