C# Class WPTweaker.ColorEditorPage

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: sensboston/WPTweaker

Méthodes publiques

Свойство Type Description
Colors ObservableCollection

Méthodes publiques

Méthode Description
ColorEditorPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Méthode Description
ColorSlider_ValueChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void
ColorsList_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
DefaultButton_Click ( object sender, RoutedEventArgs e ) : void
ReadButton_Click ( object sender, RoutedEventArgs e ) : void
WriteButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

ColorEditorPage() public méthode

public ColorEditorPage ( ) : System
Résultat System

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void

Property Details

Colors public_oe property

public ObservableCollection Colors
Résultat ObservableCollection