C# Class Com.Aurora.AuWeather.SettingOptionsPage

可用于自身或导航至 Frame 内部的空白页。
Inheritance: Windows.UI.Xaml.Controls.Page, IThemeble
Show file Open project: aurora-lzzp/Aurora-Weather Class Usage Examples

Public Properties

Property Type Description
Current SettingOptionsPage

Public Methods

Method Description
ChangeThemeColor ( Color color ) : void
SettingOptionsPage ( ) : Com.Aurora.AuWeather.CustomControls

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
DonateButton_Click ( object sender, RoutedEventArgs e ) : void
GotoNormalState ( ) : void
GotoWideState ( ) : void
Page_SizeChanged ( object sender, SizeChangedEventArgs e ) : void
ReloadTheme ( ) : void
SettingsList_Loaded ( object sender, RoutedEventArgs e ) : void
SettingsList_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void

Method Details

ChangeThemeColor() public method

public ChangeThemeColor ( Color color ) : void
color Color
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

SettingOptionsPage() public method

public SettingOptionsPage ( ) : Com.Aurora.AuWeather.CustomControls
return Com.Aurora.AuWeather.CustomControls

Property Details

Current public static property

public static SettingOptionsPage,Com.Aurora.AuWeather Current
return SettingOptionsPage