Partager via


VisualElement.SetShadowColor Méthode

Définition

Surcharges

SetShadowColor(BindableObject, Color)

Définit la couleur de l’ombre.

SetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>, Color)

Définit la couleur de l’ombre.

SetShadowColor(BindableObject, Color)

Définit la couleur de l’ombre.

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

Paramètres

element
BindableObject

Élément spécifique à la plateforme sur lequel effectuer l’opération.

value
Color

Nouvelle valeur de couleur de l’ombre.

S’applique à

SetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>, Color)

Définit la couleur de l’ombre.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.VisualElement> SetShadowColor (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.VisualElement> config, Xamarin.Forms.Color value);
static member SetShadowColor : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.VisualElement> * Xamarin.Forms.Color -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.VisualElement>

Paramètres

config
IPlatformElementConfiguration<iOS,VisualElement>

Configuration spécifique à la plateforme qui contient l’élément sur lequel effectuer l’opération.

value
Color

Nouvelle valeur de couleur de l’ombre.

Retours

Objet de configuration mis à jour sur lequel les développeurs peuvent effectuer des appels de méthode successifs.

S’applique à