C# 클래스 trello.Interactions.HoldCardInteraction

상속: CompositeInteractionManager
파일 보기 프로젝트 열기: Bunk/trellow

공개 메소드들

메소드 설명
AddElement ( FrameworkElement element ) : void
HoldCardInteraction ( DragImage draggedImage, ItemsControl context, ScrollViewer scrollViewer ) : System

보호된 메소드들

메소드 설명
FinalizeInteraction ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AddElement() 공개 메소드

public AddElement ( FrameworkElement element ) : void
element System.Windows.FrameworkElement
리턴 void

FinalizeInteraction() 보호된 메소드

protected FinalizeInteraction ( ) : void
리턴 void

HoldCardInteraction() 공개 메소드

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