Gets or sets a value indicating whether the marker is
situated at the left of the list or at the right of 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 PdfListMarkerAlignment Alignment { get; set; }
Public Property Alignment As PdfListMarkerAlignment Get Set
public: property PdfListMarkerAlignment Alignment { PdfListMarkerAlignment get (); void set (PdfListMarkerAlignment value); }
member Alignment : PdfListMarkerAlignment with get, set