AbsoluteLayout.LayoutFlagsProperty Field

Definition

Implements the attached property that contains the AbsoluteLayoutFlags values for child elements.

public static readonly Xamarin.Forms.BindableProperty LayoutFlagsProperty;
 staticval mutable LayoutFlagsProperty : Xamarin.Forms.BindableProperty

Field Value

Remarks

The interface for this property is defined by the GetLayoutFlags(BindableObject) and SetLayoutFlags(BindableObject, AbsoluteLayoutFlags) methods.

Applies to