C# Class trello.Interactions.HoldCardInteraction

Inheritance: CompositeInteractionManager
Afficher le fichier Open project: Bunk/trellow

Méthodes publiques

Méthode Description
AddElement ( FrameworkElement element ) : void
HoldCardInteraction ( DragImage draggedImage, ItemsControl context, ScrollViewer scrollViewer ) : System

Méthodes protégées

Méthode Description
FinalizeInteraction ( ) : void

Private Methods

Méthode Description
FadeCards ( ItemsControl context, CardViewModel selected ) : void
HoldCompleted ( object sender, System.Windows.Input.ManipulationCompletedEventArgs e ) : void
HoldGesture ( object sender, GestureEventArgs e ) : void
UnfadeCards ( ItemsControl context, System.Action completed = null ) : void

Method Details

AddElement() public méthode

public AddElement ( FrameworkElement element ) : void
element System.Windows.FrameworkElement
Résultat void

FinalizeInteraction() protected méthode

protected FinalizeInteraction ( ) : void
Résultat void

HoldCardInteraction() public méthode

public HoldCardInteraction ( DragImage draggedImage, ItemsControl context, ScrollViewer scrollViewer ) : System
draggedImage trello.Views.Cards.DragImage
context System.Windows.Controls.ItemsControl
scrollViewer System.Windows.Controls.ScrollViewer
Résultat System