SafeAreaEdges
The edges of a view that should be inset by the safe area during arrange.
- Kind: Enum
- Namespace: SkeleKit
- Implements:
IComparable,IConvertible,IFormattable,ISpanFormattable
Values
| Name | Summary |
|---|---|
All | Inset all edges. |
Bottom | Inset the bottom edge. |
Leading | Inset the leading (left) edge. |
None | Ignore the safe area on all edges. |
Top | Inset the top edge. |
Trailing | Inset the trailing (right) edge. |