Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / UniformLineSpacing Property

In This Topic
    UniformLineSpacing Property
    In This Topic
    Gets or sets the explicit distance between lines, in graphic units.
    Syntax
    'Declaration
     
    Public Property UniformLineSpacing As System.Nullable(Of Single)
    public System.Nullable<float> UniformLineSpacing {get; set;}
    See Also