NSLayoutFormatOptions 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
此列舉支援其成員值的位元組合。
[System.Flags]
public enum NSLayoutFormatOptions
type NSLayoutFormatOptions =
- 繼承
-
NSLayoutFormatOptions
- 屬性
欄位
名稱 | 值 | Description |
---|---|---|
DirectionLeadingToTrailing | 0 | |
None | 0 | |
AlignAllLeft | 2 | |
AlignAllRight | 4 | |
AlignAllTop | 8 | |
AlignAllBottom | 16 | |
AlignAllLeading | 32 | |
AlignAllTrailing | 64 | |
AlignAllCenterX | 512 | |
AlignAllCenterY | 1024 | |
AlignAllBaseline | 2048 | |
AlignAllLastBaseline | 2048 | |
AlignAllFirstBaseline | 4096 | |
AlignmentMask | 65535 | |
DirectionLeftToRight | 65536 | |
DirectionRightToLeft | 131072 | |
DirectionMask | 196608 |