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

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