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

In This Topic
    SpaceBefore Property
    In This Topic
    Gets or sets the amount of spacing (in points) before the paragraph.

    Has no effect when SpaceBeforeAuto is true.

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