RelativeLayout.IRelativeList<T> Interface

Definition

An System.Collections.Generic.IList`1 of Views used by a RelativeLayout.

public interface RelativeLayout.IRelativeList<T> : System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T> where T : View
type RelativeLayout.IRelativeList<'T (requires 'T :> View)> = interface
    interface IList<'T (requires 'T :> View)>
    interface ICollection<'T (requires 'T :> View)>
    interface seq<'T (requires 'T :> View)>
    interface IEnumerable

Type Parameters

T
Implements
System.Collections.Generic.ICollection<T> System.Collections.Generic.IEnumerable<T> System.Collections.Generic.IList<T> System.Collections.IEnumerable

Methods

Add(T, Constraint, Constraint, Constraint, Constraint)

Constrains view by xConstraint, yConstraint, widthConstraint, and heightConstraint, and adds it to the layout.

Add(T, Expression<Func<Double>>, Expression<Func<Double>>, Expression<Func<Double>>, Expression<Func<Double>>)

Constrains view to the rectangle that is defined by x, y, width, and height, and adds it to the layout.

Add(T, Expression<Func<Rectangle>>)

Constrains view to bounds and adds it to the layout.

Extension Methods

ForEach<T>(IEnumerable<T>, Action<T>)

For internal use by the Xamarin.Forms platform.

GroupToDictionary<TSource,TKey>(IEnumerable<TSource>, Func<TSource,TKey>)

For internal use by the Xamarin.Forms platform.

IndexOf<T>(IEnumerable<T>, T)

For internal use by the Xamarin.Forms platform.

IndexOf<T>(IEnumerable<T>, Func<T,Boolean>)

For internal use by the Xamarin.Forms platform.

Prepend<T>(IEnumerable<T>, T)

For internal use by the Xamarin.Forms platform.

Applies to