Gets or sets the line thickness of each line as a percentage of the total rectangle height.
public double Thickness {get; set;}
'Declaration
Public Property Thickness As Double
'Usage
Dim instance As AnnD2DTextUnderlineObjectRenderer
Dim value As Double
instance.Thickness = value
value = instance.Thickness
public double Thickness {get; set;}
<br/>get_Thickness();<br/>set_Thickness(value);<br/>Object.defineProperty('Thickness');
Property Value
The line thickness of each line as a percentage of the total rectangle height. Default value is 0.15 meaning 15 percent. This value must be between 0 and 1.