RelativeLayout.IRelativeList<T> Interface

Definição

Um IList<T> de Views usados por um 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

Parâmetros de tipo

T
Implementações

Métodos

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

Restringe view por xConstraint, yConstraint, widthConstraint e heightConstraint e o adiciona ao layout.

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

Restringe view ao retângulo definido por x, y, width e height e o adiciona ao layout.

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

Restringe view a bounds e o adiciona ao layout.

Métodos de Extensão

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

Para uso interno pela plataforma do Xamarin.Forms.

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

Para uso interno pela plataforma do Xamarin.Forms.

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

Para uso interno pela plataforma do Xamarin.Forms.

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

Para uso interno pela plataforma do Xamarin.Forms.

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

Para uso interno pela plataforma do Xamarin.Forms.

Aplica-se a