共用方式為


TextAlignment 列舉

定義

列舉值,這些值會控制文字對齊。

[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.TextAlignmentConverter))]
public enum TextAlignment
type TextAlignment = 
繼承
System.Enum
TextAlignment
屬性

欄位

Center 1

表示文字會在水平或垂直對齊的文字內置中對齊。

End 2

表示文字會在水平或垂直對齊的文字內分別靠右或靠下對齊。

Start 0

表示文字會在水平或垂直對齊的文字內分別靠左或靠上對齊。

適用於