共用方式為


VisualElement.GetShadowColor 方法

定義

多載

GetShadowColor(BindableObject)

取得目前的陰影色彩。

GetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>)

取得目前的陰影色彩。

GetShadowColor(BindableObject)

來源:
VisualElement.cs
來源:
VisualElement.cs

取得目前的陰影色彩。

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

參數

element
BindableObject

要對其執行作業的平台特定項目。

傳回

目前的陰影色彩。

適用於

GetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>)

來源:
VisualElement.cs
來源:
VisualElement.cs

取得目前的陰影色彩。

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

參數

config
IPlatformElementConfiguration<iOS,VisualElement>

平台特定組態,包含要對其執行作業的項目。

傳回

目前的陰影色彩。

適用於