다음을 통해 공유


VisualElement.SetShadowColor 메서드

정의

오버로드

SetShadowColor(BindableObject, Color)

Source:
VisualElement.cs
Source:
VisualElement.cs
Source:
VisualElement.cs

그림자 색을 설정합니다.

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)

매개 변수

element
BindableObject

작업을 수행할 플랫폼별 요소입니다.

value
Color

새 그림자 색 값입니다.

적용 대상

SetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>, Color)

Source:
VisualElement.cs
Source:
VisualElement.cs
Source:
VisualElement.cs

그림자 색을 설정합니다.

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)

매개 변수

config
IPlatformElementConfiguration<iOS,VisualElement>

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

value
Color

새 그림자 색 값입니다.

반환

개발자가 추가 메서드 호출을 수행할 수 있는 유연한 개체입니다.

적용 대상