Enum TextAlignment
Text alignment modes.
Namespace: SixLabors.Fonts
Assembly: SixLabors.Fonts.dll
Syntax
public enum TextAlignmentFields
| Name | Description | 
|---|---|
| Center | Aligns text from the center. | 
| End | Aligns text from the right or bottom when the text direction is LeftToRight and from the left or top when the text direction is RightToLeft. | 
| Start | Aligns text from the left or top when the text direction is LeftToRight and from the right or bottom when the text direction is RightToLeft. |