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