C# Class wenku10.Pages.Settings.Themes.ThemeColors

Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: tgckpg/wenku10

Public Properties

Property Type Description
ID string

Public Methods

Method Description
ThemeColors ( ) : System

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
Button_Tapped ( object sender, TappedRoutedEventArgs e ) : void
Presets_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
PutThemeBlocks ( List Blocks, string FGs, string BGs, ThemeSet ColorSet ) : void
SetTemplates ( ) : void
SetThemeBlocks ( ThemeSet ColorSet ) : void
ThemeContextMenu ( object sender, RightTappedRoutedEventArgs e ) : void
ThemeCopy ( object sender, RoutedEventArgs e ) : void
ThemeDelete ( object sender, RoutedEventArgs e ) : void
ThemeEdit ( object sender, RoutedEventArgs e ) : void
ThemePresets ( ) : void
ThemeRename ( object sender, RoutedEventArgs e ) : void
ThemeView_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
ViewShades ( ThemeTextBlock ThemeBlock ) : void

Method Details

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

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

ThemeColors() public method

public ThemeColors ( ) : System
return System

Property Details

ID public static property

public static string ID
return string