C# Class Utilities.Watch2D3LinesSettings

Interaction logic for Watch2Dsettings.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: redinkinc/Utilities

Private Properties

Свойство Type Description
PlotColorBox1_OnSelectionChanged void
PlotColorBox2_OnSelectionChanged void
PlotColorBox3_OnSelectionChanged void
SaveButton_OnClick void
YMax_OnSelectionChanged void

Méthodes publiques

Méthode Description
GetColorName ( Color color ) : string
Watch2D3LinesSettings ( Watch2D3LinesControl w2D3LControl ) : System

Private Methods

Méthode Description
PlotColorBox1_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
PlotColorBox2_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
PlotColorBox3_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
SaveButton_OnClick ( object sender, RoutedEventArgs e ) : void
YMax_OnSelectionChanged ( object sender, RoutedEventArgs e ) : void

Method Details

GetColorName() public static méthode

public static GetColorName ( Color color ) : string
color Color
Résultat string

Watch2D3LinesSettings() public méthode

public Watch2D3LinesSettings ( Watch2D3LinesControl w2D3LControl ) : System
w2D3LControl Watch2D3LinesControl
Résultat System