ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word.Objects Namespace / RtfParagraph Class / SpaceBetweenLines Property

In This Topic
    SpaceBetweenLines Property (RtfParagraph)
    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