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.
Represents a shadow effect that can be applied to iOS controls.
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
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.