Enum FormatItem.Alignment
If specified, the Width property supports two alignments, Left and Right.
Namespace: WizardWrx.FormatStringEngine
Assembly: WizardWrx.FormatStringEngine.dll
Syntax
public enum Alignment : int
Fields
Name | Description |
---|---|
Left | Left align the text within the alloted width. |
Right | Right align the text within the alloted width. If the item has an Alignment, its default is right. |
Unspecified | Unless the item has an Alignment, this property is unspecified, and algnment is moot, since no extra characters are reserved for padding. |