C# Class trello.Interactions.HoldCardInteraction

Inheritance: CompositeInteractionManager
Datei anzeigen Open project: Bunk/trellow

Public Methods

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

Protected Methods

Method Description
FinalizeInteraction ( ) : void

Private Methods

Method 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 method

public AddElement ( FrameworkElement element ) : void
element System.Windows.FrameworkElement
return void

FinalizeInteraction() protected method

protected FinalizeInteraction ( ) : void
return void

HoldCardInteraction() public method

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