Xamarin.Forms.Layout<T> Members

The members of Xamarin.Forms.Layout<T> are listed below.

See Also: Inherited members from Xamarin.Forms.Layout

Protected Constructors

Provides the base initialization for objects derived from the Layout<T> class.

Public Properties

[read-only]
ChildrenIList<T>. Gets an IList<View> of child element of the Layout.

Protected Methods

OnAdded(T)
Invoked when a child is added to the layout. Implement this method to add class handling for this event.
OnRemoved(T)
Invoked when a child is removed from the layout. Implement this method to add class handling for this event.