TextAlignment 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉由多種類型回傳的值。
public enum TextAlignment
type TextAlignment =
- 繼承
-
TextAlignment
欄位
| 名稱 | 值 | Description |
|---|---|---|
| Inherit | 0 | |
| Gravity | 1 | root 視圖預設。 |
| TextStart | 2 | 對齊段落開頭,例如: |
| TextEnd | 3 | 對齊到段落末尾,例如: |
| Center | 4 | 將段落置中,例如: |
| ViewStart | 5 | |
| ViewEnd | 6 | |
| ResolvedDefault | 131072 |
備註
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。