VisualElement.SetShadowColor Method

Definition

Overloads

SetShadowColor(BindableObject, Color)

Sets the shadow color.

SetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>, Color)

Sets the shadow color.

SetShadowColor(BindableObject, Color)

Sets the shadow color.

public static void SetShadowColor (Xamarin.Forms.BindableObject element, Xamarin.Forms.Color value);
static member SetShadowColor : Xamarin.Forms.BindableObject * Xamarin.Forms.Color -> unit

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

value
Color

The new shadow color value.

Applies to

SetShadowColor(IPlatformElementConfiguration<iOS,VisualElement>, Color)

Sets the shadow color.

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

Parameters

config
IPlatformElementConfiguration<iOS,VisualElement>

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

value
Color

The new shadow color value.

Returns

The updated configuration object on which developers can make successive method calls.

Applies to