VisualElement.GetShadowColor Method

Definition

Overloads

GetShadowColor(BindableObject)

Gets the shadow color.

GetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>)

Gets the shadow color.

GetShadowColor(BindableObject)

Gets the shadow color.

public static Xamarin.Forms.Color GetShadowColor (Xamarin.Forms.BindableObject element);
static member GetShadowColor : Xamarin.Forms.BindableObject -> Xamarin.Forms.Color

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

The shadow color.

Applies to

GetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>)

Gets the shadow color.

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

Parameters

config
IPlatformElementConfiguration<iOS,VisualElement>

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

Returns

The shadow color.

Applies to