프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CardOut | bool | ||
CurrentState | States | ||
OneCardOut | bool | ||
SetZorder | EventHandler |
메소드 | 설명 | |
---|---|---|
AfterContactdown ( ContactEventArgs e ) : void |
|
|
AfterOnTapGesture ( ContactEventArgs e ) : void | ||
AfterTapReset ( ) : void |
|
|
FadeInCardAnimation ( ) : void | ||
FadeOutCardAnimation ( ) : void | ||
MenuCard ( ) : System | ||
OnManipulationDelta ( object sender, Affine2DOperationDeltaEventArgs e ) : void |
Rotation of MenuCard using ManipulationProcessor
|
메소드 | 설명 | |
---|---|---|
OnContactDown ( ContactEventArgs e ) : void |
Override of ContactDown on ManuCard. If Card is in rotation state the SetZorder method is called.
|
|
OnContactTapGesture ( ContactEventArgs e ) : void |
Override of ContactTapGesture for MenuCard
|
메소드 | 설명 | |
---|---|---|
AfterContactDownAnimation ( ) : void | ||
InitializeManipulationProcessor ( ) : void |
Initializer for ManipulationProcessor of MenuCard
|
|
OnTapAnimation ( ) : void | ||
OnTapAnimationIn ( ) : void | ||
PlayAnimation ( String name, System.Boolean play, System.Boolean remove ) : void | ||
PlaySound ( |
||
RemoveCurrentAnimation ( ) : void |
public AfterContactdown ( ContactEventArgs e ) : void | ||
e | ContactEventArgs | |
리턴 | void |
public AfterOnTapGesture ( ContactEventArgs e ) : void | ||
e | ContactEventArgs | |
리턴 | void |
protected OnContactDown ( ContactEventArgs e ) : void | ||
e | ContactEventArgs | |
리턴 | void |
protected OnContactTapGesture ( ContactEventArgs e ) : void | ||
e | ContactEventArgs | |
리턴 | void |
public OnManipulationDelta ( object sender, Affine2DOperationDeltaEventArgs e ) : void | ||
sender | object | |
e | Affine2DOperationDeltaEventArgs | |
리턴 | void |