VisualElement.GetShadowRadius 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
GetShadowRadius(IPlatformElementConfiguration<iOS,VisualElement>) |
Ruft den aktuellen Schattenradius ab. |
GetShadowRadius(BindableObject) |
Ruft den aktuellen Schattenradius ab. |
GetShadowRadius(IPlatformElementConfiguration<iOS,VisualElement>)
- Quelle:
- VisualElement.cs
- Quelle:
- VisualElement.cs
Ruft den aktuellen Schattenradius ab.
public:
[System::Runtime::CompilerServices::Extension]
static double GetShadowRadius(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::VisualElement ^> ^ config);
public static double GetShadowRadius (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.VisualElement> config);
static member GetShadowRadius : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.VisualElement> -> double
<Extension()>
Public Function GetShadowRadius (config As IPlatformElementConfiguration(Of iOS, VisualElement)) As Double
Parameter
Die plattformspezifische Konfiguration, die das Element enthält, für das der Vorgang ausgeführt werden soll.
Gibt zurück
Der aktuelle Schattenradius.
Gilt für:
GetShadowRadius(BindableObject)
- Quelle:
- VisualElement.cs
- Quelle:
- VisualElement.cs
Ruft den aktuellen Schattenradius ab.
public:
static double GetShadowRadius(Microsoft::Maui::Controls::BindableObject ^ element);
public static double GetShadowRadius (Microsoft.Maui.Controls.BindableObject element);
static member GetShadowRadius : Microsoft.Maui.Controls.BindableObject -> double
Public Function GetShadowRadius (element As BindableObject) As Double
Parameter
- element
- BindableObject
Das plattformspezifische Element, für das der Vorgang ausgeführt werden soll.
Gibt zurück
Der aktuelle Schattenradius.