The members of Xamarin.Forms.StackLayout are listed below.
See Also: Inherited members from Xamarin.Forms.Layout<Xamarin.Forms.View>
| Initializes a new instance of the StackLayout class. |
static readonly | OrientationProperty | BindableProperty. Identifies the Orientation bindable property. |
static readonly | SpacingProperty | BindableProperty. Identifies the Spacing bindable property. |
| Orientation | StackOrientation. Gets or sets the value which indicates the direction which child elements are positioned. | |
| Spacing | double. Gets or sets a value which indicates the amount of space between each child element. |
override | InvalidateMeasure()Documentation for this section has not yet been entered. | |
override | LayoutChildren(double, double, double, double)Positions and sizes the children of a StackLayout. | |
override | OnSizeRequest(double, double)This method is called during the measure pass of a layout cycle to get the desired size of the StackLayout. | |