Freigeben über


VisualElement.GetShadowColor Methode

Definition

Überlädt

GetShadowColor(BindableObject)

Ruft die Schattenfarbe ab.

GetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>)

Ruft die Schattenfarbe ab.

GetShadowColor(BindableObject)

Ruft die Schattenfarbe ab.

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

Parameter

element
BindableObject

Das plattformspezifische Element, für das der Vorgang ausgeführt werden soll.

Gibt zurück

Die Schattenfarbe.

Gilt für:

GetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>)

Ruft die Schattenfarbe ab.

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

Parameter

config
IPlatformElementConfiguration<iOS,VisualElement>

Die plattformspezifische Konfiguration, die das Element enthält, für das der Vorgang ausgeführt werden soll.

Gibt zurück

Die Schattenfarbe.

Gilt für: