SystemParameters.UIEffectsKey Property

Definition

Gets the ResourceKey for the UIEffects property.

public:
 static property System::Windows::ResourceKey ^ UIEffectsKey { System::Windows::ResourceKey ^ get(); };
public static System.Windows.ResourceKey UIEffectsKey { get; }
static member UIEffectsKey : System.Windows.ResourceKey
Public Shared ReadOnly Property UIEffectsKey As ResourceKey

Property Value

A resource key.

Remarks

XAML attribute usage

<object property="{SystemParameters.UIEffectsKey}"/>

Applies to