The members of Xamarin.Forms.LayoutOptions are listed below.
See Also: Inherited members from System.ValueType
| Creates a new Xamarin.Forms.LayoutOptions object with alignment and expands. |
static readonly | Center | LayoutOptions. A Xamarin.Forms.LayoutOptions structure that describes an element that is centered and does not expand. |
static readonly | CenterAndExpand | LayoutOptions. A Xamarin.Forms.LayoutOptions structure that describes an element that is centered and expands. |
static readonly | End | LayoutOptions. A Xamarin.Forms.LayoutOptions structure that describes an element that appears at the end of its parent and does not expand. |
static readonly | EndAndExpand | LayoutOptions. A Xamarin.Forms.LayoutOptions object that describes an element that appears at the end of its parent and expands. |
static readonly | Fill | LayoutOptions. A Xamarin.Forms.LayoutOptions stucture that describes an element that has no padding around itself and does not expand. |
static readonly | FillAndExpand | LayoutOptions. A Xamarin.Forms.LayoutOptions structure that describes an element that has no padding around itself and expands. |
static readonly | Start | LayoutOptions. A Xamarin.Forms.LayoutOptions structure that describes an element that appears at the start of its parent and does not expand. |
static readonly | StartAndExpand | LayoutOptions. A Xamarin.Forms.LayoutOptions structure that describes an element that appears at the start of its parent and expands. |
| Alignment | LayoutAlignment. Gets or sets a value that indicates how an element will be aligned. | |
| Expands | bool. Gets or sets a value that indicates whether or not the element that is described by this Xamarin.Forms.LayoutOptions structure will occupy the largest space that its parent will give to it. |