다음을 통해 공유


VisualElement.GetShadowOpacity 메서드

정의

오버로드

GetShadowOpacity(BindableObject)

그림자 불투명도를 가져옵니다.

GetShadowOpacity(IPlatformElementConfiguration<iOS,VisualElement>)

그림자 불투명도를 가져옵니다.

GetShadowOpacity(BindableObject)

그림자 불투명도를 가져옵니다.

public static double GetShadowOpacity (Xamarin.Forms.BindableObject element);
static member GetShadowOpacity : Xamarin.Forms.BindableObject -> double

매개 변수

element
BindableObject

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

반환

System.Double

그림자 불투명도입니다.

적용 대상

GetShadowOpacity(IPlatformElementConfiguration<iOS,VisualElement>)

그림자 불투명도를 가져옵니다.

public static double GetShadowOpacity (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.VisualElement> config);
static member GetShadowOpacity : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.VisualElement> -> double

매개 변수

config
IPlatformElementConfiguration<iOS,VisualElement>

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

반환

System.Double

그림자 불투명도입니다.

적용 대상