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.Lists
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

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

Property Value

PdfListMarkerAlignment

See Also