Edit

Share via


IAttachedShadow Interface

Definition

Interface representing the common properties found within an attached shadow, AttachedShadowBase for implementation.

public interface IAttachedShadow
type IAttachedShadow = interface
Public Interface IAttachedShadow
Derived

Properties

BlurRadius

Gets or sets the blur radius of the shadow.

Color

Gets or sets the color of the shadow.

Offset

Gets or sets the offset of the shadow as a string representation of a Vector3.

Opacity

Gets or sets the opacity of the shadow.

Methods

EnumerateElementContexts()

Gets an enumeration over the current list of AttachedShadowElementContext of elements using this shared shadow definition.

GetElementContext(FrameworkElement)

Get the associated AttachedShadowElementContext for the specified Windows.UI.Xaml.FrameworkElement.

Applies to