C# 클래스 CapgeminiSurface.MenuLogo

파일 보기 프로젝트 열기: smalice/SurfaceWPFApp

공개 프로퍼티들

프로퍼티 타입 설명
DeltaManipulationFinished EventHandler

공개 메소드들

메소드 설명
MenuLogo ( ) : System

보호된 메소드들

메소드 설명
OnContactDown ( ContactEventArgs e ) : void
OnContactTapGesture ( ContactEventArgs e ) : void

비공개 메소드들

메소드 설명
InitializeManipulationProcessor ( ) : void
OnManipulationDelta ( object sender, Affine2DOperationDeltaEventArgs e ) : void

메소드 상세

MenuLogo() 공개 메소드

public MenuLogo ( ) : System
리턴 System

OnContactDown() 보호된 메소드

protected OnContactDown ( ContactEventArgs e ) : void
e ContactEventArgs
리턴 void

OnContactTapGesture() 보호된 메소드

protected OnContactTapGesture ( ContactEventArgs e ) : void
e ContactEventArgs
리턴 void

프로퍼티 상세

DeltaManipulationFinished 공개적으로 프로퍼티

public EventHandler DeltaManipulationFinished
리턴 EventHandler