The fields of Xamarin.Forms.LayoutOptions are listed below. For a list of all members, see the LayoutOptions Members list.
See Also: Inherited members from System.ValueType
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. |