TextAnnotationAlignment Enum
Definition
Text alignment for text and note annotations.
public enum TextAnnotationAlignment
Fields
| Name | Description |
|---|---|
| Center | Center-aligned text. |
| Justified | Justified text. |
| Left | Left-aligned text. |
| Right | Right-aligned text. |
Center Field
Center-aligned text.
public Avalonia.Controls.TextAnnotationAlignment Center
Justified Field
Justified text.
public Avalonia.Controls.TextAnnotationAlignment Justified
Left Field
Left-aligned text.
public Avalonia.Controls.TextAnnotationAlignment Left
Right Field
Right-aligned text.
public Avalonia.Controls.TextAnnotationAlignment Right