VisualElement.ShadowEffect Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A routing effect for handling shadows on iOS.
public class VisualElement.ShadowEffect : Xamarin.Forms.RoutingEffect
type VisualElement.ShadowEffect = class
inherit RoutingEffect
- Inheritance
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) |