PdfMarkerBase
Alignment Property
|
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: 11.3.7.0 (11.3.7.1046)
Syntax
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
Type:
PdfListMarkerAlignment
See Also