C# Class WpfDataUi.Controls.AngleSelectorDisplay

Interaction logic for AngleSelectorDisplay.xaml
Inheritance: System.Windows.Controls.UserControl, INotifyPropertyChanged, IDataUi
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
AngleSelectorDisplay ( ) : System
Refresh ( ) : void
TryGetValueOnUi ( object &result ) : ApplyValueResult
TrySetValueOnUi ( object value ) : ApplyValueResult

Private Methods

Méthode Description
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

Method Details

AngleSelectorDisplay() public méthode

public AngleSelectorDisplay ( ) : System
Résultat System

Refresh() public méthode

public Refresh ( ) : void
Résultat void

TryGetValueOnUi() public méthode

public TryGetValueOnUi ( object &result ) : ApplyValueResult
result object
Résultat ApplyValueResult

TrySetValueOnUi() public méthode

public TrySetValueOnUi ( object value ) : ApplyValueResult
value object
Résultat ApplyValueResult