Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Border Class / Space Property

In This Topic
    Space Property
    In This Topic
    Gets or sets the distance of the border from text or from the page edge in points.

    Has no effect and will be automatically reset to zero for borders of table cells.

    Syntax
    'Declaration
     
    Public Property Space As System.UInteger
    public System.uint Space {get; set;}
    See Also