C# Class GesturesDemos.MainPage

Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: TelerikAcademy/Windows-Applications

Public Methods

Method Description
MainPage ( ) : Windows.UI

Private Methods

Method Description
theCanvas_DoubleTapped ( object sender, TappedRoutedEventArgs e ) : void
theCanvas_Holding ( object sender, HoldingRoutedEventArgs e ) : void
theCanvas_ManipulationCompleted ( object sender, ManipulationCompletedRoutedEventArgs e ) : void
theCanvas_ManipulationDelta ( object sender, ManipulationDeltaRoutedEventArgs e ) : void
theCanvas_ManipulationInertiaStarting ( object sender, ManipulationInertiaStartingRoutedEventArgs e ) : void
theCanvas_ManipulationStarted ( object sender, ManipulationStartedRoutedEventArgs e ) : void
theCanvas_ManipulationStarting ( object sender, ManipulationStartingRoutedEventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : Windows.UI
return Windows.UI