Class InteractionEffectManager
Inheritance
System.Object
InteractionEffectManager
Namespace: Telerik.UI.Xaml.Controls.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public static class InteractionEffectManager : Object
Fields
ApplyInteractionExplicitlyProperty
Declaration
public static readonly DependencyProperty ApplyInteractionExplicitlyProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
InteractionProperty
Declaration
public static readonly DependencyProperty InteractionProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
IsInteractionEnabledProperty
Declaration
public static readonly DependencyProperty IsInteractionEnabledProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
AllowedTypes
Declaration
public static List<Type> AllowedTypes { get; }
Property Value
|
System.Collections.Generic.List<System.Type>
|
ExcludedTypes
Declaration
public static List<Type> ExcludedTypes { get; }
Property Value
|
System.Collections.Generic.List<System.Type>
|
Methods
CancelEffect(DependencyObject)
Declaration
public static void CancelEffect(DependencyObject element)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
element
|
GetApplyInteractionExplicitly(DependencyObject)
Declaration
public static bool GetApplyInteractionExplicitly(DependencyObject element)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
element
|
Returns
|
System.Boolean
|
GetInteraction(DependencyObject)
Declaration
public static InteractionEffectBase GetInteraction(DependencyObject element)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
element
|
Returns
|
InteractionEffectBase
|
GetIsInteractionEnabled(DependencyObject)
Declaration
public static bool GetIsInteractionEnabled(DependencyObject element)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
element
|
Returns
|
System.Boolean
|
SetApplyInteractionExplicitly(DependencyObject, Boolean)
Declaration
public static void SetApplyInteractionExplicitly(DependencyObject element, bool value)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
element
|
|
System.Boolean
value
|
SetInteraction(DependencyObject, InteractionEffectBase)
Declaration
public static void SetInteraction(DependencyObject element, InteractionEffectBase value)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
element
|
|
InteractionEffectBase
value
|
SetIsInteractionEnabled(DependencyObject, Boolean)
Declaration
public static void SetIsInteractionEnabled(DependencyObject element, bool value)
Parameters
|
Microsoft.UI.Xaml.DependencyObject
element
|
|
System.Boolean
value
|