Partager via


VisualElement.GetShadowColor Méthode

Définition

Surcharges

GetShadowColor(BindableObject)

Obtient la couleur de l’ombre.

GetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>)

Obtient la couleur de l’ombre.

GetShadowColor(BindableObject)

Obtient la couleur de l’ombre.

public static Xamarin.Forms.Color GetShadowColor (Xamarin.Forms.BindableObject element);
static member GetShadowColor : Xamarin.Forms.BindableObject -> Xamarin.Forms.Color

Paramètres

element
BindableObject

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

Retours

Couleur de l’ombre.

S’applique à

GetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>)

Obtient la couleur de l’ombre.

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

Paramètres

config
IPlatformElementConfiguration<iOS,VisualElement>

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

Retours

Couleur de l’ombre.

S’applique à