VisualElement.GetShadowOpacity Method

Definition

Overloads

GetShadowOpacity(BindableObject)

Gets the shadow opacity.

GetShadowOpacity(IPlatformElementConfiguration<iOS,VisualElement>)

Gets the shadow opacity.

GetShadowOpacity(BindableObject)

Gets the shadow opacity.

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

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

System.Double

The shadow opacity.

Applies to

GetShadowOpacity(IPlatformElementConfiguration<iOS,VisualElement>)

Gets the shadow opacity.

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

Parameters

config
IPlatformElementConfiguration<iOS,VisualElement>

The platform specific configuration that contains the element on which to perform the operation.

Returns

System.Double

The shadow opacity.

Applies to