Class TiltInteractionEffect
Namespace: Telerik.UI.Xaml.Controls.Primitives
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class TiltInteractionEffect : InteractionEffectBase
Constructors
TiltInteractionEffect()
Declaration
public TiltInteractionEffect()
Fields
DedicatedTiltTargetProperty
Declaration
public static readonly DependencyProperty DedicatedTiltTargetProperty
Field Value
Microsoft.
|
MaxRotationAngleProperty
Declaration
public static readonly DependencyProperty MaxRotationAngleProperty
Field Value
Microsoft.
|
MaxZOffsetProperty
Declaration
public static readonly DependencyProperty MaxZOffsetProperty
Field Value
Microsoft.
|
Properties
MaxRotationAngle
Declaration
public double MaxRotationAngle { get; set; }
Property Value
System.
|
MaxZOffset
Declaration
public double MaxZOffset { get; set; }
Property Value
System.
|
Methods
CancelEffect()
CanStartEffect(FrameworkElement, PointerRoutedEventArgs)
Declaration
protected override bool CanStartEffect(FrameworkElement targetElement, PointerRoutedEventArgs args)
Parameters
Microsoft.
|
Microsoft.
|
Returns
System.
|
Overrides
GetDedicatedTiltTarget(DependencyObject)
Declaration
public static FrameworkElement GetDedicatedTiltTarget(DependencyObject element)
Parameters
Microsoft.
|
Returns
Microsoft.
|
OnStartEffect(FrameworkElement, PointerRoutedEventArgs)
Declaration
protected override void OnStartEffect(FrameworkElement targetElement, PointerRoutedEventArgs args)
Parameters
Microsoft.
|
Microsoft.
|
Overrides
SetDedicatedTiltTarget(DependencyObject, Object)
Declaration
public static void SetDedicatedTiltTarget(DependencyObject element, object value)
Parameters
Microsoft.
|
System.
|