C# Class ParallaxSplitView.Views.MainView

An empty page that can be used on its own or navigated to within a Frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: juanpaexpedite/MasterDetailsComposition

Public Properties

Property Type Description
CurrentSessionProperty Windows.UI.Xaml.DependencyProperty
PhotosProperty Windows.UI.Xaml.DependencyProperty
SessionsProperty Windows.UI.Xaml.DependencyProperty

Public Methods

Method Description
MainView ( ) : Microsoft.Graphics.Canvas.Brushes

Private Methods

Method Description
Image_PointerMoved ( object sender, PointerRoutedEventArgs e ) : void
Image_Tapped ( object sender, TappedRoutedEventArgs e ) : void
InitializeEvents ( ) : void
InitializeMedia ( ) : void
InitializePhotos ( ) : void
InitializeSession ( ) : void
InitializeSessions ( ) : void
InvalidatePhoto ( string newuri ) : void
MainView_SizeChanged ( object sender, SizeChangedEventArgs e ) : void
Scroll ( ) : void
ScrollButton_Tapped ( object sender, TappedRoutedEventArgs e ) : void
SessionButton_Tapped ( object sender, TappedRoutedEventArgs e ) : void
SessionMedia_DoubleTapped ( object sender, DoubleTappedRoutedEventArgs e ) : void
SessionMedia_Tapped ( object sender, TappedRoutedEventArgs e ) : void

Method Details

MainView() public method

public MainView ( ) : Microsoft.Graphics.Canvas.Brushes
return Microsoft.Graphics.Canvas.Brushes

Property Details

CurrentSessionProperty public static property

public static DependencyProperty,Windows.UI.Xaml CurrentSessionProperty
return Windows.UI.Xaml.DependencyProperty

PhotosProperty public static property

public static DependencyProperty,Windows.UI.Xaml PhotosProperty
return Windows.UI.Xaml.DependencyProperty

SessionsProperty public static property

public static DependencyProperty,Windows.UI.Xaml SessionsProperty
return Windows.UI.Xaml.DependencyProperty