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

In This Topic
    SpacesAfter Property (RtfParagraph)
    In This Topic
    Gets or sets the spaces after value of this paragraph.
    Syntax
    'Declaration
     
    Public Property SpacesAfter As Single
    public float SpacesAfter {get; set;}

    Property Value

    The spaces after of the paragraph.
    See Also