VisualElement.SetShadowRadius Method

Definition

Overloads

SetShadowRadius(BindableObject, Double)

Sets the shadow radius.

SetShadowRadius(IPlatformElementConfiguration<iOS,VisualElement>, Double)

Sets the shadow radius.

SetShadowRadius(BindableObject, Double)

Sets the shadow radius.

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

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

value
Double

The new shadow radius value.

Applies to

SetShadowRadius(IPlatformElementConfiguration<iOS,VisualElement>, Double)

Sets the shadow radius.

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.VisualElement> SetShadowRadius (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.VisualElement> config, double value);
static member SetShadowRadius : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.VisualElement> * double -> 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
Double

The new shadow radius value.

Returns

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

Applies to