SettersExtensions.Add(IList<Setter>, BindableProperty, Object) Yöntem

Tanım

Değerine sahip bir ayarlayıcı için IList ekleme<ayarlayıcı>

public static void Add (this System.Collections.Generic.IList<Xamarin.Forms.Setter> setters, Xamarin.Forms.BindableProperty property, object value);
static member Add : System.Collections.Generic.IList<Xamarin.Forms.Setter> * Xamarin.Forms.BindableProperty * obj -> unit

Parametreler

setters
IList<Setter>

Ayarlayıcılar bir ayarlayıcı eklenecek listesini ayarlar property için value.

property
BindableProperty

Ayarlanacak özellik.

value
Object

Bu özelliği ayarlamak değere ayarlayın.

Şunlara uygulanır