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

In This Topic
    SpaceAfterAuto Property
    In This Topic
    True if the amount of spacing after the paragraph is set automatically.

    When set to true, overrides the effect of SpaceAfter.

    Syntax
    'Declaration
     
    Public Property SpaceAfterAuto As System.Boolean
    public System.bool SpaceAfterAuto {get; set;}
    See Also