C# 클래스 Gymnastika.Controls.NumericUpDownControl

Interaction logic for NumericUpDownControl.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: weiqiyiji/Gymnastika

공개 프로퍼티들

프로퍼티 타입 설명
FormatProperty System.Windows.DependencyProperty
MaxValueProperty System.Windows.DependencyProperty
MinValueProperty System.Windows.DependencyProperty
SpeedProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
ClosePopup ( ) : void
NumericUpDownControl ( ) : System
OpenPopup ( bool UseMouse ) : void

비공개 메소드들

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

메소드 상세

ClosePopup() 공개 메소드

public ClosePopup ( ) : void
리턴 void

NumericUpDownControl() 공개 메소드

public NumericUpDownControl ( ) : System
리턴 System

OpenPopup() 공개 메소드

public OpenPopup ( bool UseMouse ) : void
UseMouse bool
리턴 void

프로퍼티 상세

FormatProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows FormatProperty
리턴 System.Windows.DependencyProperty

MaxValueProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows MaxValueProperty
리턴 System.Windows.DependencyProperty

MinValueProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows MinValueProperty
리턴 System.Windows.DependencyProperty

SpeedProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows SpeedProperty
리턴 System.Windows.DependencyProperty

ValueProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ValueProperty
리턴 System.Windows.DependencyProperty