VisualElement.GetBlurEffect 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
GetBlurEffect(BindableObject) |
Gibt einen Wert zurück, der steuert, welcher Weichzeichnereffekt ggf. angewendet wird. |
GetBlurEffect(IPlatformElementConfiguration<iOS,VisualElement>) |
Gibt einen Wert zurück, der steuert, welcher Weichzeichnereffekt ggf. angewendet wird. |
GetBlurEffect(BindableObject)
- Quelle:
- VisualElement.cs
- Quelle:
- VisualElement.cs
Gibt einen Wert zurück, der steuert, welcher Weichzeichnereffekt ggf. angewendet wird.
public:
static Microsoft::Maui::Controls::PlatformConfiguration::iOSSpecific::BlurEffectStyle GetBlurEffect(Microsoft::Maui::Controls::BindableObject ^ element);
public static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle GetBlurEffect (Microsoft.Maui.Controls.BindableObject element);
static member GetBlurEffect : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle
Public Function GetBlurEffect (element As BindableObject) As BlurEffectStyle
Parameter
- element
- BindableObject
Das plattformspezifische Element, für das der Vorgang ausgeführt werden soll.
Gibt zurück
Ein Wert, der steuert, welcher Weichzeichnereffekt ggf. angewendet wird.
Gilt für:
GetBlurEffect(IPlatformElementConfiguration<iOS,VisualElement>)
- Quelle:
- VisualElement.cs
- Quelle:
- VisualElement.cs
Gibt einen Wert zurück, der steuert, welcher Weichzeichnereffekt ggf. angewendet wird.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::PlatformConfiguration::iOSSpecific::BlurEffectStyle GetBlurEffect(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::VisualElement ^> ^ config);
public static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle GetBlurEffect (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.VisualElement> config);
static member GetBlurEffect : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.VisualElement> -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.BlurEffectStyle
<Extension()>
Public Function GetBlurEffect (config As IPlatformElementConfiguration(Of iOS, VisualElement)) As BlurEffectStyle
Parameter
Die plattformspezifische Konfiguration, die das Element enthält, für das der Vorgang ausgeführt werden soll.
Gibt zurück
Ein Wert, der steuert, welcher Weichzeichnereffekt ggf. angewendet wird.