ITextParagraphFormat.ListAlignment Property

Definition

Gets or sets the alignment to use for bulleted and numbered lists.

public:
 property MarkerAlignment ListAlignment { MarkerAlignment get(); void set(MarkerAlignment value); };
MarkerAlignment ListAlignment();

void ListAlignment(MarkerAlignment value);
public MarkerAlignment ListAlignment { get; set; }
var markerAlignment = iTextParagraphFormat.listAlignment;
iTextParagraphFormat.listAlignment = markerAlignment;
Public Property ListAlignment As MarkerAlignment

Property Value

The alignment for bulleted and numbered lists.

Applies to