Compartir a través de


VisualElement.SetShadowColor Método

Definición

Sobrecargas

SetShadowColor(BindableObject, Color)

Establece el color de la sombra.

SetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>, Color)

Establece el color de la sombra.

SetShadowColor(BindableObject, Color)

Source:
VisualElement.cs
Source:
VisualElement.cs

Establece el color de la 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

Elemento específico de la plataforma en que se va a realizar la operación.

value
Color

Nuevo valor de color de la sombra.

Se aplica a

SetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>, Color)

Source:
VisualElement.cs
Source:
VisualElement.cs

Establece el color de la 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>

Configuración específica de la plataforma que contiene el elemento en el que se va a realizar la operación.

value
Color

Nuevo valor de color de la sombra.

Devoluciones

Objeto fluido en el que el desarrollador puede realizar más llamadas de método.

Se aplica a