C# Class MundlTransit.WP8.Common.PanoramaExtensions

Mostra file Open project: christophwille/viennarealtime

Public Methods

Method Description
SlideToPage ( this self, int item ) : void
SlideToPageNoAnimation ( this self, int item ) : void
SlideToPageSlideTransition ( this self, int item ) : void
SlideToPageViaSelectedItemNoAnimation ( this self, int item ) : void

Method Details

SlideToPage() public static method

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

SlideToPageNoAnimation() public static method

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

SlideToPageSlideTransition() public static method

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

SlideToPageViaSelectedItemNoAnimation() public static method

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