C# 클래스 WpfDataUi.Controls.AngleSelectorDisplay

Interaction logic for AngleSelectorDisplay.xaml
상속: System.Windows.Controls.UserControl, INotifyPropertyChanged, IDataUi
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

공개 메소드들

메소드 설명
AngleSelectorDisplay ( ) : System
Refresh ( ) : void
TryGetValueOnUi ( object &result ) : ApplyValueResult
TrySetValueOnUi ( object value ) : ApplyValueResult

비공개 메소드들

메소드 설명
ApplyTextBoxText ( ) : void
Ellipse_MouseLeftButtonDown_1 ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Ellipse_MouseMove_1 ( object sender, System.Windows.Input.MouseEventArgs e ) : void
Grid_DragOver_1 ( object sender, System.Windows.DragEventArgs e ) : void
HandlePropertyChange ( object sender, PropertyChangedEventArgs e ) : void
NotifyPropertyChange ( string propertyName ) : void
TextBox_LostFocus_1 ( object sender, RoutedEventArgs e ) : void
TextBox_PreviewKeyDown_1 ( object sender, System.Windows.Input.KeyEventArgs e ) : void
UpdateUiToAngle ( ) : void

메소드 상세

AngleSelectorDisplay() 공개 메소드

public AngleSelectorDisplay ( ) : System
리턴 System

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

TryGetValueOnUi() 공개 메소드

public TryGetValueOnUi ( object &result ) : ApplyValueResult
result object
리턴 ApplyValueResult

TrySetValueOnUi() 공개 메소드

public TrySetValueOnUi ( object value ) : ApplyValueResult
value object
리턴 ApplyValueResult