Gets or sets the position the line centered vertically as a percentage value of the total rectangle height.
public double Position {get; set;}
'Declaration
Public Property Position As Double
'Usage
Dim instance As AnnD2DTextUnderlineObjectRenderer
Dim value As Double
instance.Position = value
value = instance.Position
public double Position {get; set;}
<br/>get_Position();<br/>set_Position(value);<br/>Object.defineProperty('Position');
Property Value
The position the line centered vertically as a percentage value of the total rectangle height.. Default value is 0.85 meaning 85%. This value must be between 0 and 1.