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

In This Topic
    SpaceBeforeAuto Property
    In This Topic
    True if the amount of spacing before the paragraph is set automatically.

    When set to true, overrides the effect of SpaceBefore.

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