Udostępnij za pośrednictwem


VisualElement.SetShadowColor Metoda

Definicja

Przeciążenia

SetShadowColor(BindableObject, Color)

Ustawia kolor cienia.

SetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>, Color)

Ustawia kolor cienia.

SetShadowColor(BindableObject, Color)

Źródło:
VisualElement.cs
Źródło:
VisualElement.cs

Ustawia kolor cienia.

public:
 static void SetShadowColor(Microsoft::Maui::Controls::BindableObject ^ element, Microsoft::Maui::Graphics::Color ^ value);
public static void SetShadowColor (Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Color value);
static member SetShadowColor : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Graphics.Color -> unit
Public Sub SetShadowColor (element As BindableObject, value As Color)

Parametry

element
BindableObject

Element specyficzny dla platformy, na którym ma być wykonywana operacja.

value
Color

Nowa wartość koloru cienia.

Dotyczy

SetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>, Color)

Źródło:
VisualElement.cs
Źródło:
VisualElement.cs

Ustawia kolor cienia.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::VisualElement ^> ^ SetShadowColor(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::VisualElement ^> ^ config, Microsoft::Maui::Graphics::Color ^ value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.VisualElement> SetShadowColor (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.VisualElement> config, Microsoft.Maui.Graphics.Color value);
static member SetShadowColor : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.VisualElement> * Microsoft.Maui.Graphics.Color -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.VisualElement>
<Extension()>
Public Function SetShadowColor (config As IPlatformElementConfiguration(Of iOS, VisualElement), value As Color) As IPlatformElementConfiguration(Of iOS, VisualElement)

Parametry

config
IPlatformElementConfiguration<iOS,VisualElement>

Konfiguracja specyficzna dla platformy zawierająca element, na którym ma być wykonywana operacja.

value
Color

Nowa wartość koloru cienia.

Zwraca

Płynny obiekt, na którym deweloper może wykonywać dalsze wywołania metody.

Dotyczy