VisualElement.GetShadowOffset Method

Definition

Overloads

GetShadowOffset(BindableObject)

Gets the shadow offset.

GetShadowOffset(IPlatformElementConfiguration<iOS,VisualElement>)

Gets the shadow offset.

GetShadowOffset(BindableObject)

Gets the shadow offset.

public static Xamarin.Forms.Size GetShadowOffset (Xamarin.Forms.BindableObject element);
static member GetShadowOffset : Xamarin.Forms.BindableObject -> Xamarin.Forms.Size

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

The shadow offset.

Applies to

GetShadowOffset(IPlatformElementConfiguration<iOS,VisualElement>)

Gets the shadow offset.

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

Parameters

config
IPlatformElementConfiguration<iOS,VisualElement>

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

Returns

The shadow offset.

Applies to