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.
|
Microsoft.
|
Returns
System.
|
OnStartEffect(FrameworkElement, PointerRoutedEventArgs)
Declaration
protected abstract void OnStartEffect(FrameworkElement targetElement, PointerRoutedEventArgs args)
Parameters
Microsoft.
|
Microsoft.
|