Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextFormat Class / LineGap Property

In This Topic
    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