VisualElement.GetIsShadowEnabled Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetIsShadowEnabled(IPlatformElementConfiguration<iOS,VisualElement>) |
Ruft ab, ob der Schatteneffekt aktiviert ist. |
GetIsShadowEnabled(BindableObject) |
Ruft ab, ob der Schatteneffekt aktiviert ist. |
GetIsShadowEnabled(IPlatformElementConfiguration<iOS,VisualElement>)
- Quelle:
- VisualElement.cs
- Quelle:
- VisualElement.cs
Ruft ab, ob der Schatteneffekt aktiviert ist.
public:
[System::Runtime::CompilerServices::Extension]
static bool GetIsShadowEnabled(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::VisualElement ^> ^ config);
public static bool GetIsShadowEnabled (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.VisualElement> config);
static member GetIsShadowEnabled : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.VisualElement> -> bool
<Extension()>
Public Function GetIsShadowEnabled (config As IPlatformElementConfiguration(Of iOS, VisualElement)) As Boolean
Parameter
Die plattformspezifische Konfiguration, die das Element enthält, für das der Vorgang ausgeführt werden soll.
Gibt zurück
true
, wenn der Schatteneffekt aktiviert ist. Andernfalls false
.
Gilt für:
GetIsShadowEnabled(BindableObject)
- Quelle:
- VisualElement.cs
- Quelle:
- VisualElement.cs
Ruft ab, ob der Schatteneffekt aktiviert ist.
public:
static bool GetIsShadowEnabled(Microsoft::Maui::Controls::BindableObject ^ element);
public static bool GetIsShadowEnabled (Microsoft.Maui.Controls.BindableObject element);
static member GetIsShadowEnabled : Microsoft.Maui.Controls.BindableObject -> bool
Public Function GetIsShadowEnabled (element As BindableObject) As Boolean
Parameter
- element
- BindableObject
Das plattformspezifische Element, für das der Vorgang ausgeführt werden soll.
Gibt zurück
true
, wenn der Schatteneffekt aktiviert ist. Andernfalls false
.