Compartilhar via


VisualElement.SetShadowColor Método

Definição

Sobrecargas

SetShadowColor(BindableObject, Color)

Define a cor da sombra.

SetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>, Color)

Define a cor da sombra.

SetShadowColor(BindableObject, Color)

Origem:
VisualElement.cs
Origem:
VisualElement.cs

Define a cor da sombra.

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)

Parâmetros

element
BindableObject

O elemento específico da plataforma na qual executar a operação.

value
Color

O novo valor de cor de sombra.

Aplica-se a

SetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>, Color)

Origem:
VisualElement.cs
Origem:
VisualElement.cs

Define a cor da sombra.

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)

Parâmetros

config
IPlatformElementConfiguration<iOS,VisualElement>

A configuração específica de plataforma que contém o elemento no qual executar a operação.

value
Color

O novo valor de cor de sombra.

Retornos

Um objeto fluente no qual o desenvolvedor pode fazer mais chamadas de método.

Aplica-se a