Compartilhar via


VisualElement.GetShadowColor Método

Definição

Sobrecargas

GetShadowColor(BindableObject)

Obtém a cor de sombra atual.

GetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>)

Obtém a cor de sombra atual.

GetShadowColor(BindableObject)

Origem:
VisualElement.cs
Origem:
VisualElement.cs

Obtém a cor de sombra atual.

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

Parâmetros

element
BindableObject

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

Retornos

A cor da sombra atual.

Aplica-se a

GetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>)

Origem:
VisualElement.cs
Origem:
VisualElement.cs

Obtém a cor de sombra atual.

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

Parâmetros

config
IPlatformElementConfiguration<iOS,VisualElement>

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

Retornos

A cor da sombra atual.

Aplica-se a