C# Class Utilities.Watch2Dsettings

Interaction logic for Watch2Dsettings.xaml
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: redinkinc/Utilities

Private Properties

Property Type Description
PlotColorBox_OnSelectionChanged void
SaveButton_OnClick void
YMax_OnSelectionChanged void

Public Methods

Method Description
GetColorName ( Color color ) : string
Watch2Dsettings ( Watch2DControl w2DControl ) : System

Private Methods

Method Description
PlotColorBox_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 method

public static GetColorName ( Color color ) : string
color Color
return string

Watch2Dsettings() public method

public Watch2Dsettings ( Watch2DControl w2DControl ) : System
w2DControl Watch2DControl
return System