Class InteractionEffectBase
Inheritance
System.Object
InteractionEffectBase
Namespace: Telerik.UI.Xaml.Controls.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class InteractionEffectBase : DependencyObject
Constructors
InteractionEffectBase()
Declaration
protected InteractionEffectBase()
Methods
CancelEffect()
Declaration
public virtual void CancelEffect()
CanStartEffect(FrameworkElement, PointerRoutedEventArgs)
Declaration
protected virtual bool CanStartEffect(FrameworkElement targetElement, PointerRoutedEventArgs args)
Parameters
|
Microsoft.UI.Xaml.FrameworkElement
targetElement
|
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
args
|
Returns
|
System.Boolean
|
OnStartEffect(FrameworkElement, PointerRoutedEventArgs)
Declaration
protected abstract void OnStartEffect(FrameworkElement targetElement, PointerRoutedEventArgs args)
Parameters
|
Microsoft.UI.Xaml.FrameworkElement
targetElement
|
|
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs
args
|