Image.SetBlendColor Yöntem

Tanım

Aşırı Yüklemeler

SetBlendColor(BindableObject, Color)

Blend rengini ayarlar.

SetBlendColor(IPlatformElementConfiguration<Tizen,Image>, Color)

Blend rengini ayarlar.

SetBlendColor(BindableObject, Color)

Blend rengini ayarlar.

public static void SetBlendColor (Xamarin.Forms.BindableObject element, Xamarin.Forms.Color color);
static member SetBlendColor : Xamarin.Forms.BindableObject * Xamarin.Forms.Color -> unit

Parametreler

element
BindableObject
color
Color

Yeni Blend renk değeri.

Şunlara uygulanır

SetBlendColor(IPlatformElementConfiguration<Tizen,Image>, Color)

Blend rengini ayarlar.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.Image> SetBlendColor (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen,Xamarin.Forms.Image> config, Xamarin.Forms.Color color);
static member SetBlendColor : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.Image> * Xamarin.Forms.Color -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.Tizen, Xamarin.Forms.Image>

Parametreler

config
IPlatformElementConfiguration<Tizen,Image>

Blend rengini ayarlanacak Tizen platformunda görüntünün platform yapılandırması.

color
Color

Yeni Blend renk değeri.

Döndürülenler

IPlatformElementConfiguration<Tizen,Image>

Geliştiricinin daha fazla yöntem çağrısı yapabileceği, akıcı bir nesne.

Şunlara uygulanır