FlexAlignItems 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 the alignment of child elements.
[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.FlexAlignItemsTypeConverter))]
public enum FlexAlignItems
type FlexAlignItems =
- Inheritance
-
System.EnumFlexAlignItems
- Attributes
Fields
Name | Value | Description |
---|---|---|
Stretch | 1 | Indicates that child elements will stretch from start to end of the parent. |
Center | 2 | Indicates that child elements will be centered within the parent. |
Start | 3 | Indicates that child elements will be placed against the start of the parent. |
End | 4 | Indicates that child elements will be placed against the end of the parent. |