Gets or sets tabulation for the list.
Namespace: Spire.Pdf.ListsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public float Indent { get; set; }
Public Property Indent As Single Get Set
public: property float Indent { float get (); void set (float value); }
member Indent : float32 with get, set