다음을 통해 공유


VisualElement.SetShadowOffset 메서드

정의

오버로드

SetShadowOffset(IPlatformElementConfiguration<iOS,VisualElement>, Size)

그림자 오프셋을 설정합니다.

SetShadowOffset(BindableObject, Size)

그림자 오프셋을 설정합니다.

SetShadowOffset(IPlatformElementConfiguration<iOS,VisualElement>, Size)

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 ^> ^ SetShadowOffset(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::VisualElement ^> ^ config, Microsoft::Maui::Graphics::Size value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.VisualElement> SetShadowOffset (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.VisualElement> config, Microsoft.Maui.Graphics.Size value);
static member SetShadowOffset : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.VisualElement> * Microsoft.Maui.Graphics.Size -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.VisualElement>
<Extension()>
Public Function SetShadowOffset (config As IPlatformElementConfiguration(Of iOS, VisualElement), value As Size) As IPlatformElementConfiguration(Of iOS, VisualElement)

매개 변수

config
IPlatformElementConfiguration<iOS,VisualElement>

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

value
Size

새 그림자 오프셋 값입니다.

반환

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

적용 대상

SetShadowOffset(BindableObject, Size)

Source:
VisualElement.cs
Source:
VisualElement.cs

그림자 오프셋을 설정합니다.

public:
 static void SetShadowOffset(Microsoft::Maui::Controls::BindableObject ^ element, Microsoft::Maui::Graphics::Size value);
public static void SetShadowOffset (Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Graphics.Size value);
static member SetShadowOffset : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Graphics.Size -> unit
Public Sub SetShadowOffset (element As BindableObject, value As Size)

매개 변수

element
BindableObject

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

value
Size

새 그림자 오프셋 값입니다.

적용 대상