[]
Specifies the justification of the text within a container.
public enum TextJustify
| Name | Description |
|---|---|
| Auto | Automatically determines the justification based on context. |
| Distribute | Distributes the text evenly across the line, adjusting the spacing between words. |
| DistributeAllLines | Distributes the text evenly across all lines, including the last line. |