C# 클래스 Utilities.Watch2D3LinesSettings

Interaction logic for Watch2Dsettings.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: redinkinc/Utilities

Private Properties

프로퍼티 타입 설명
PlotColorBox1_OnSelectionChanged void
PlotColorBox2_OnSelectionChanged void
PlotColorBox3_OnSelectionChanged void
SaveButton_OnClick void
YMax_OnSelectionChanged void

공개 메소드들

메소드 설명
GetColorName ( Color color ) : string
Watch2D3LinesSettings ( Watch2D3LinesControl w2D3LControl ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

GetColorName() 공개 정적인 메소드

public static GetColorName ( Color color ) : string
color Color
리턴 string

Watch2D3LinesSettings() 공개 메소드

public Watch2D3LinesSettings ( Watch2D3LinesControl w2D3LControl ) : System
w2D3LControl Watch2D3LinesControl
리턴 System