VisualElement.GetShadowRadius Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetShadowRadius(IPlatformElementConfiguration<iOS,VisualElement>) |
Obtient le rayon de l’ombre. |
GetShadowRadius(BindableObject) |
Obtient le rayon de l’ombre. |
GetShadowRadius(IPlatformElementConfiguration<iOS,VisualElement>)
Obtient le rayon de l’ombre.
public static double GetShadowRadius (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.VisualElement> config);
static member GetShadowRadius : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.VisualElement> -> double
Paramètres
Configuration spécifique à la plateforme qui contient l’élément sur lequel effectuer l’opération.
Retours
Rayon de l’ombre.
S’applique à
GetShadowRadius(BindableObject)
Obtient le rayon de l’ombre.
public static double GetShadowRadius (Xamarin.Forms.BindableObject element);
static member GetShadowRadius : Xamarin.Forms.BindableObject -> double
Paramètres
- element
- BindableObject
Élément spécifique à la plateforme sur lequel effectuer l’opération.
Retours
Rayon de l’ombre.