Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Spacing Class / SpaceAfter Property

In This Topic
    SpaceAfter Property (Spacing)
    In This Topic
    Gets or sets the amount of spacing (in points) after the paragraph.

    Has no effect when SpaceAfterAuto is true.

    Syntax
    'Declaration
     
    Public Property SpaceAfter As System.Single
    public System.float SpaceAfter {get; set;}
    See Also