Xamarin.Forms.LayoutOptions Members

The members of Xamarin.Forms.LayoutOptions are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Creates a new Xamarin.Forms.LayoutOptions object with alignment and expands.

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.

Public Properties

AlignmentLayoutAlignment. Gets or sets a value that indicates how an element will be aligned.
Expandsbool. 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.