HorizontalAlignment
How a view is placed within the horizontal space its parent gives it.
- Kind: Enum
- Namespace: SkeleKit
- Implements:
IComparable,IConvertible,IFormattable,ISpanFormattable
Values
| Name | Summary |
|---|---|
Center | Sized to content, centered. |
End | Sized to content, pinned to the trailing (right) edge. |
Start | Sized to content, pinned to the leading (left) edge. |
Stretch | Fills the available width. |