Effects Class

Definition

Helper class for attaching AttachedShadowBase shadows to Windows.UI.Xaml.FrameworkElements.

public static class Effects
type Effects = class
Public Class Effects
Inheritance
Effects

Fields

ShadowProperty

Attached Windows.UI.Xaml.DependencyProperty for setting an AttachedShadowBase to a Windows.UI.Xaml.FrameworkElement.

Attached Properties

Shadow

Methods

GetShadow(FrameworkElement)

Gets the shadow attached to a Windows.UI.Xaml.FrameworkElement by getting the value of the ShadowProperty property.

SetShadow(FrameworkElement, AttachedShadowBase)

Attaches a shadow to an element by setting the ShadowProperty property.

Applies to