LineGap Property (TextFormat)
In This Topic
Gets or sets a value specifying the explicit line gap (if not null), in graphic units.
Syntax
'Declaration
Public Property LineGap As System.Nullable(Of Single)
public System.Nullable<float> LineGap {get; set;}
See Also