C# 클래스 MundlTransit.WP8.Common.PanoramaExtensions

파일 보기 프로젝트 열기: christophwille/viennarealtime

공개 메소드들

메소드 설명
SlideToPage ( this self, int item ) : void
SlideToPageNoAnimation ( this self, int item ) : void
SlideToPageSlideTransition ( this self, int item ) : void
SlideToPageViaSelectedItemNoAnimation ( this self, int item ) : void

메소드 상세

SlideToPage() 공개 정적인 메소드

public static SlideToPage ( this self, int item ) : void
self this
item int
리턴 void

SlideToPageNoAnimation() 공개 정적인 메소드

public static SlideToPageNoAnimation ( this self, int item ) : void
self this
item int
리턴 void

SlideToPageSlideTransition() 공개 정적인 메소드

public static SlideToPageSlideTransition ( this self, int item ) : void
self this
item int
리턴 void

SlideToPageViaSelectedItemNoAnimation() 공개 정적인 메소드

public static SlideToPageViaSelectedItemNoAnimation ( this self, int item ) : void
self this
item int
리턴 void