Share via


TouchEffect Class

Definition

public class TouchEffect : Xamarin.Forms.RoutingEffect
Inheritance
TouchEffect

Constructors

TouchEffect()

Fields

AnimationDurationProperty
AnimationEasingProperty
BackgroundImageAspectProperty
CommandParameterProperty
CommandProperty
DisallowTouchThresholdProperty
HoveredAnimationDurationProperty
HoveredAnimationEasingProperty
HoveredBackgroundColorProperty
HoveredBackgroundImageAspectProperty
HoveredBackgroundImageSourceProperty
HoveredOpacityProperty
HoveredRotationProperty
HoveredRotationXProperty
HoveredRotationYProperty
HoveredScaleProperty
HoveredTranslationXProperty
HoveredTranslationYProperty
HoveredVisualState
HoverStateProperty
HoverStatusProperty
InteractionStatusProperty
IsAvailableProperty
IsToggledProperty
LongPressCommandParameterProperty
LongPressCommandProperty
LongPressDurationProperty
NativeAnimationColorProperty
NativeAnimationProperty
NativeAnimationRadiusProperty
NativeAnimationShadowRadiusProperty
NormalAnimationDurationProperty
NormalAnimationEasingProperty
NormalBackgroundColorProperty
NormalBackgroundImageAspectProperty
NormalBackgroundImageSourceProperty
NormalOpacityProperty
NormalRotationProperty
NormalRotationXProperty
NormalRotationYProperty
NormalScaleProperty
NormalTranslationXProperty
NormalTranslationYProperty
PressedAnimationDurationProperty
PressedAnimationEasingProperty
PressedBackgroundColorProperty
PressedBackgroundImageAspectProperty
PressedBackgroundImageSourceProperty
PressedOpacityProperty
PressedRotationProperty
PressedRotationXProperty
PressedRotationYProperty
PressedScaleProperty
PressedTranslationXProperty
PressedTranslationYProperty
PressedVisualState
PulseCountProperty
ShouldMakeChildrenInputTransparentProperty
ShouldSetImageOnAnimationEndProperty
StateProperty
StatusProperty
UnpressedVisualState

Properties

AnimationDuration
AnimationEasing
BackgroundImageAspect
Command
CommandParameter
DisallowTouchThreshold
HoveredAnimationDuration
HoveredAnimationEasing
HoveredBackgroundColor
HoveredBackgroundImageAspect
HoveredBackgroundImageSource
HoveredOpacity
HoveredRotation
HoveredRotationX
HoveredRotationY
HoveredScale
HoveredTranslationX
HoveredTranslationY
HoverState
HoverStatus
InteractionStatus
IsAvailable
IsToggled
LongPressCommand
LongPressCommandParameter
LongPressDuration
NativeAnimation
NativeAnimationColor
NativeAnimationRadius
NativeAnimationShadowRadius
NormalAnimationDuration
NormalAnimationEasing
NormalBackgroundColor
NormalBackgroundImageAspect
NormalBackgroundImageSource
NormalOpacity
NormalRotation
NormalRotationX
NormalRotationY
NormalScale
NormalTranslationX
NormalTranslationY
PressedAnimationDuration
PressedAnimationEasing
PressedBackgroundColor
PressedBackgroundImageAspect
PressedBackgroundImageSource
PressedOpacity
PressedRotation
PressedRotationX
PressedRotationY
PressedScale
PressedTranslationX
PressedTranslationY
PulseCount
ShouldMakeChildrenInputTransparent
ShouldSetImageOnAnimationEnd
State
Status

Methods

GetAnimationDuration(BindableObject)
GetAnimationEasing(BindableObject)
GetBackgroundImageAspect(BindableObject)
GetCommand(BindableObject)
GetCommandParameter(BindableObject)
GetDisallowTouchThreshold(BindableObject)
GetHoveredAnimationDuration(BindableObject)
GetHoveredAnimationEasing(BindableObject)
GetHoveredBackgroundColor(BindableObject)
GetHoveredBackgroundImageAspect(BindableObject)
GetHoveredBackgroundImageSource(BindableObject)
GetHoveredOpacity(BindableObject)
GetHoveredRotation(BindableObject)
GetHoveredRotationX(BindableObject)
GetHoveredRotationY(BindableObject)
GetHoveredScale(BindableObject)
GetHoveredTranslationX(BindableObject)
GetHoveredTranslationY(BindableObject)
GetHoverState(BindableObject)
GetHoverStatus(BindableObject)
GetInteractionStatus(BindableObject)
GetIsAvailable(BindableObject)
GetIsToggled(BindableObject)
GetLongPressCommand(BindableObject)
GetLongPressCommandParameter(BindableObject)
GetLongPressDuration(BindableObject)
GetNativeAnimation(BindableObject)
GetNativeAnimationColor(BindableObject)
GetNativeAnimationRadius(BindableObject)
GetNativeAnimationShadowRadius(BindableObject)
GetNormalAnimationDuration(BindableObject)
GetNormalAnimationEasing(BindableObject)
GetNormalBackgroundColor(BindableObject)
GetNormalBackgroundImageAspect(BindableObject)
GetNormalBackgroundImageSource(BindableObject)
GetNormalOpacity(BindableObject)
GetNormalRotation(BindableObject)
GetNormalRotationX(BindableObject)
GetNormalRotationY(BindableObject)
GetNormalScale(BindableObject)
GetNormalTranslationX(BindableObject)
GetNormalTranslationY(BindableObject)
GetPressedAnimationDuration(BindableObject)
GetPressedAnimationEasing(BindableObject)
GetPressedBackgroundColor(BindableObject)
GetPressedBackgroundImageAspect(BindableObject)
GetPressedBackgroundImageSource(BindableObject)
GetPressedOpacity(BindableObject)
GetPressedRotation(BindableObject)
GetPressedRotationX(BindableObject)
GetPressedRotationY(BindableObject)
GetPressedScale(BindableObject)
GetPressedTranslationX(BindableObject)
GetPressedTranslationY(BindableObject)
GetPulseCount(BindableObject)
GetShouldMakeChildrenInputTransparent(BindableObject)
GetShouldSetImageOnAnimationEnd(BindableObject)
GetState(BindableObject)
GetStatus(BindableObject)
SetAnimationDuration(BindableObject, Int32)
SetAnimationEasing(BindableObject, Easing)
SetBackgroundImageAspect(BindableObject, Aspect)
SetCommand(BindableObject, ICommand)
SetCommandParameter(BindableObject, Object)
SetDisallowTouchThreshold(BindableObject, Int32)
SetHoveredAnimationDuration(BindableObject, Int32)
SetHoveredAnimationEasing(BindableObject, Easing)
SetHoveredBackgroundColor(BindableObject, Color)
SetHoveredBackgroundImageAspect(BindableObject, Aspect)
SetHoveredBackgroundImageSource(BindableObject, ImageSource)
SetHoveredOpacity(BindableObject, Double)
SetHoveredRotation(BindableObject, Double)
SetHoveredRotationX(BindableObject, Double)
SetHoveredRotationY(BindableObject, Double)
SetHoveredScale(BindableObject, Double)
SetHoveredTranslationX(BindableObject, Double)
SetHoveredTranslationY(BindableObject, Double)
SetHoverState(BindableObject, HoverState)
SetHoverStatus(BindableObject, HoverStatus)
SetInteractionStatus(BindableObject, TouchInteractionStatus)
SetIsAvailable(BindableObject, Boolean)
SetIsToggled(BindableObject, Nullable<Boolean>)
SetLongPressCommand(BindableObject, ICommand)
SetLongPressCommandParameter(BindableObject, Object)
SetLongPressDuration(BindableObject, Int32)
SetNativeAnimation(BindableObject, Boolean)
SetNativeAnimationColor(BindableObject, Color)
SetNativeAnimationRadius(BindableObject, Int32)
SetNativeAnimationShadowRadius(BindableObject, Int32)
SetNormalAnimationDuration(BindableObject, Int32)
SetNormalAnimationEasing(BindableObject, Easing)
SetNormalBackgroundColor(BindableObject, Color)
SetNormalBackgroundImageAspect(BindableObject, Aspect)
SetNormalBackgroundImageSource(BindableObject, ImageSource)
SetNormalOpacity(BindableObject, Double)
SetNormalRotation(BindableObject, Double)
SetNormalRotationX(BindableObject, Double)
SetNormalRotationY(BindableObject, Double)
SetNormalScale(BindableObject, Double)
SetNormalTranslationX(BindableObject, Double)
SetNormalTranslationY(BindableObject, Double)
SetPressedAnimationDuration(BindableObject, Int32)
SetPressedAnimationEasing(BindableObject, Easing)
SetPressedBackgroundColor(BindableObject, Color)
SetPressedBackgroundImageAspect(BindableObject, Aspect)
SetPressedBackgroundImageSource(BindableObject, ImageSource)
SetPressedOpacity(BindableObject, Double)
SetPressedRotation(BindableObject, Double)
SetPressedRotationX(BindableObject, Double)
SetPressedRotationY(BindableObject, Double)
SetPressedScale(BindableObject, Double)
SetPressedTranslationX(BindableObject, Double)
SetPressedTranslationY(BindableObject, Double)
SetPulseCount(BindableObject, Int32)
SetShouldMakeChildrenInputTransparent(BindableObject, Boolean)
SetShouldSetImageOnAnimationEnd(BindableObject, Boolean)
SetState(BindableObject, TouchState)
SetStatus(BindableObject, TouchStatus)

Events

Completed
HoverStateChanged
HoverStatusChanged
InteractionStatusChanged
LongPressCompleted
StateChanged
StatusChanged

Applies to