C# Class MyDriving.UWP.Views.SplitViewShell

An empty page that can be used on its own or navigated to within a Frame.
Mostra file Open project: Azure-Samples/MyDriving Class Usage Examples

Public Methods

Method Description
SelectControl ( MyDriving.UWP.Controls.SplitViewButtonContent control ) : void
SetSelectedPage ( string page ) : void
SetTitle ( string title ) : void
SplitViewShell ( Frame frame ) : System

Private Methods

Method Description
Frame_Navigated ( object sender, NavigationEventArgs e ) : void
HamburgerButton_Click ( object sender, RoutedEventArgs e ) : void
NewTripButton_Click ( object sender, RoutedEventArgs e ) : void
ProfileButton_Click ( object sender, RoutedEventArgs e ) : void
SettingsButton_Click ( object sender, RoutedEventArgs e ) : void
TripsButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

SelectControl() public method

public SelectControl ( MyDriving.UWP.Controls.SplitViewButtonContent control ) : void
control MyDriving.UWP.Controls.SplitViewButtonContent
return void

SetSelectedPage() public method

public SetSelectedPage ( string page ) : void
page string
return void

SetTitle() public method

public SetTitle ( string title ) : void
title string
return void

SplitViewShell() public method

public SplitViewShell ( Frame frame ) : System
frame Windows.UI.Xaml.Controls.Frame
return System