C# Class Gymnastika.Controls.NumericUpDownControl

Interaction logic for NumericUpDownControl.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: weiqiyiji/Gymnastika

Méthodes publiques

Свойство Type Description
FormatProperty System.Windows.DependencyProperty
MaxValueProperty System.Windows.DependencyProperty
MinValueProperty System.Windows.DependencyProperty
SpeedProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
ClosePopup ( ) : void
NumericUpDownControl ( ) : System
OpenPopup ( bool UseMouse ) : void

Private Methods

Méthode Description
AnimateContent ( double scaleFrom, double scaleTo, EventHandler Compeleted ) : void
FindWindow ( FrameworkElement Child ) : Window
MainWindow_LostFocus ( object sender, RoutedEventArgs e ) : void
MainWindow_PreviewMouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
NumericUpDownControl_Loaded ( object sender, RoutedEventArgs e ) : void
NumericUpDownControl_LostFocus ( object sender, RoutedEventArgs e ) : void
NumericUpDownControl_LostMouseCapture ( object sender, System.Windows.Input.MouseEventArgs e ) : void
NumericUpDownControl_LostTouchCapture ( object sender, System.Windows.Input.TouchEventArgs e ) : void
_contentLayer_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
rootBorder_ManipulationStarted ( object sender, System.Windows.Input.ManipulationStartedEventArgs e ) : void
rootBorder_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
root_ManipulationCompleted ( object sender, System.Windows.Input.ManipulationCompletedEventArgs e ) : void
root_ManipulationDelta ( object sender, System.Windows.Input.ManipulationDeltaEventArgs e ) : void
root_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
root_MouseMove ( object sender, System.Windows.Input.MouseEventArgs e ) : void
root_SizeChanged ( object sender, System.Windows.SizeChangedEventArgs e ) : void

Method Details

ClosePopup() public méthode

public ClosePopup ( ) : void
Résultat void

NumericUpDownControl() public méthode

public NumericUpDownControl ( ) : System
Résultat System

OpenPopup() public méthode

public OpenPopup ( bool UseMouse ) : void
UseMouse bool
Résultat void

Property Details

FormatProperty public_oe static_oe property

public static DependencyProperty,System.Windows FormatProperty
Résultat System.Windows.DependencyProperty

MaxValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows MaxValueProperty
Résultat System.Windows.DependencyProperty

MinValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows MinValueProperty
Résultat System.Windows.DependencyProperty

SpeedProperty public_oe static_oe property

public static DependencyProperty,System.Windows SpeedProperty
Résultat System.Windows.DependencyProperty

ValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows ValueProperty
Résultat System.Windows.DependencyProperty