다음을 통해 공유


VisualElement.GetShadowColor 메서드

정의

오버로드

GetShadowColor(BindableObject)

현재 그림자 색을 가져옵니다.

GetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>)

현재 그림자 색을 가져옵니다.

GetShadowColor(BindableObject)

Source:
VisualElement.cs
Source:
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>)

Source:
VisualElement.cs
Source:
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>

작업을 수행할 요소를 포함하는 플랫폼별 구성입니다.

반환

현재 그림자 색입니다.

적용 대상