Op Englesch liesen

Deelen iwwer


TouchEffect Class

Definition

C#
public class TouchEffect : Xamarin.Forms.RoutingEffect
Inheritance
TouchEffect

Constructors

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

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

Applies to

Produkt Versiounen
Xamarin Community Toolkit Latest