VisualElement.GetIsShadowEnabled Method

Definition

Overloads

GetIsShadowEnabled(IPlatformElementConfiguration<iOS,VisualElement>)

Gets a Boolean value that tells whether the shadow effect is enabled.

GetIsShadowEnabled(BindableObject)

Gets a Boolean value that tells whether the shadow effect is enabled.

GetIsShadowEnabled(IPlatformElementConfiguration<iOS,VisualElement>)

Gets a Boolean value that tells whether the shadow effect is enabled.

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

Parameters

config
IPlatformElementConfiguration<iOS,VisualElement>

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

Returns

System.Boolean

true if the shadow effect is enabled. Otherwise, false.

Applies to

GetIsShadowEnabled(BindableObject)

Gets a Boolean value that tells whether the shadow effect is enabled.

public static bool GetIsShadowEnabled (Xamarin.Forms.BindableObject element);
static member GetIsShadowEnabled : Xamarin.Forms.BindableObject -> bool

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

System.Boolean

true if the shadow effect is enabled. Otherwise, false.

Applies to