TextAlignment Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates values that control text alignment.
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.TextAlignmentConverter))]
public enum TextAlignment
type TextAlignment =
- Inheritance
-
System.EnumTextAlignment
- Attributes
Fields
Name | Value | Description |
---|---|---|
Start | 0 | Indicates that text will be aligned to the left or top of horizontally or vertically aligned text, respectively. |
Center | 1 | Indicates that text will be aligned in the middle of either horizontally or vertically aligned text. |
End | 2 | Indicates that text will be aligned to the right or bottom of horizontally or vertically aligned text, respectively. |