Gets or sets the indent from the marker to the list item text.
Namespace: Spire.Pdf.ListsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public float TextIndent { get; set; }
Public Property TextIndent As Single Get Set
public: property float TextIndent { float get (); void set (float value); }
member TextIndent : float32 with get, set