Returns or setswidth of space to maintain between border and text within border.
Namespace: Spire.Doc.FormattingAssembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public float Space { get; set; }
Public Property Space As Single Get Set
public: property float Space { float get (); void set (float value); }
member Space : float32 with get, set