ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word.Objects Namespace / RtfParagraph Class / SpaceBetweenLines Property

In This Topic
    SpaceBetweenLines Property
    In This Topic
    Gets or sets the space between lines value of this paragraph.
    Syntax
    'Declaration
     
    Public Property SpaceBetweenLines As Single
    public float SpaceBetweenLines {get; set;}

    Property Value

    The space between lines of the paragraph.
    See Also