VisualElement.ShadowEffect Class

Definition

public: ref class VisualElement::ShadowEffect : Microsoft::Maui::Controls::RoutingEffect
public class VisualElement.ShadowEffect : Microsoft.Maui.Controls.RoutingEffect
type VisualElement.ShadowEffect = class
    inherit RoutingEffect
Public Class VisualElement.ShadowEffect
Inherits RoutingEffect
Inheritance
VisualElement.ShadowEffect

Constructors

VisualElement.ShadowEffect()

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() (Inherited from RoutingEffect)
OnDetached() (Inherited from RoutingEffect)

Applies to