VisualElement.ShadowEffect Class

Definition

A routing effect for handling shadows on iOS.

public class VisualElement.ShadowEffect : Xamarin.Forms.RoutingEffect
type VisualElement.ShadowEffect = class
    inherit RoutingEffect
Inheritance
System.Object
VisualElement.ShadowEffect

Constructors

VisualElement.ShadowEffect()

Creates a new routing shadow effect with default values.

Properties

Element

Gets the element to which the style is attached.

(Inherited from Effect)
IsAttached

Gets a value that tells whether the effect is attached to an element.

(Inherited from Effect)
ResolveId

Gets the ID that is used to resolve this effect at runtime.

(Inherited from Effect)

Methods

OnAttached()

Method that is called after the effect is attached and made valid.

(Inherited from RoutingEffect)
OnDetached()

Method that is called after the effect is detached and invalidated.

(Inherited from RoutingEffect)

Applies to