Xamarin.Forms.LayoutOptions: Field Members

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

Public Fields

static readonly
CenterLayoutOptions. A Xamarin.Forms.LayoutOptions structure that describes an element that is centered and does not expand.
static readonly
CenterAndExpandLayoutOptions. A Xamarin.Forms.LayoutOptions structure that describes an element that is centered and expands.
static readonly
EndLayoutOptions. A Xamarin.Forms.LayoutOptions structure that describes an element that appears at the end of its parent and does not expand.
static readonly
EndAndExpandLayoutOptions. A Xamarin.Forms.LayoutOptions object that describes an element that appears at the end of its parent and expands.
static readonly
FillLayoutOptions. A Xamarin.Forms.LayoutOptions stucture that describes an element that has no padding around itself and does not expand.
static readonly
FillAndExpandLayoutOptions. A Xamarin.Forms.LayoutOptions structure that describes an element that has no padding around itself and expands.
static readonly
StartLayoutOptions. A Xamarin.Forms.LayoutOptions structure that describes an element that appears at the start of its parent and does not expand.
static readonly
StartAndExpandLayoutOptions. A Xamarin.Forms.LayoutOptions structure that describes an element that appears at the start of its parent and expands.