C# Class Samples.MainPage

Inheritance: Xamarin.Forms.ContentPage
显示文件 Open project: liquidboy/X

Public Methods

Method Description
MainPage ( ) : GalaSoft.MvvmLight.Command
SetTheme ( string theme ) : void

Private Methods

Method Description
SetTabContent ( string name ) : void
butEnableDisableChromeResizeFix_Click ( object sender, RoutedEventArgs e ) : void
rcbThemes_ValueChanged ( object sender, RoutedEventArgs e ) : void
tlMainTabs_TabPointerEntered ( object sender, PointerRoutedEventArgs e ) : void
tlMainTabs_TabPointerExited ( object sender, PointerRoutedEventArgs e ) : void
tlMain_OnTabChanged ( object sender, EventArgs e ) : void

Method Details

MainPage() public method

public MainPage ( ) : GalaSoft.MvvmLight.Command
return GalaSoft.MvvmLight.Command

SetTheme() public method

public SetTheme ( string theme ) : void
theme string
return void