Freigeben über


VisualElement.GetIsShadowEnabled Methode

Definition

Überlädt

GetIsShadowEnabled(IPlatformElementConfiguration<iOS,VisualElement>)

Ruft einen booleschen Wert ab, der angibt, ob der Schatteneffekt aktiviert ist.

GetIsShadowEnabled(BindableObject)

Ruft einen booleschen Wert ab, der angibt, ob der Schatteneffekt aktiviert ist.

GetIsShadowEnabled(IPlatformElementConfiguration<iOS,VisualElement>)

Ruft einen booleschen Wert ab, der angibt, ob der Schatteneffekt aktiviert ist.

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

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

System.Boolean

true, wenn der Schatteneffekt aktiviert ist. Andernfalls false.

Gilt für:

GetIsShadowEnabled(BindableObject)

Ruft einen booleschen Wert ab, der angibt, ob der Schatteneffekt aktiviert ist.

public static bool GetIsShadowEnabled (Xamarin.Forms.BindableObject element);
static member GetIsShadowEnabled : Xamarin.Forms.BindableObject -> bool

Parameter

element
BindableObject

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

Gibt zurück

System.Boolean

true, wenn der Schatteneffekt aktiviert ist. Andernfalls false.

Gilt für: