C# 클래스 PocketCampus.Map.Controls.NumericUpDown

Simple numeric up-down control to select a value, with a minimum and a maximum.
상속: ObservableControl
파일 보기 프로젝트 열기: accandme/pocketcampus

공개 프로퍼티들

프로퍼티 타입 설명
MaximumProperty System.Windows.DependencyProperty
MinimumProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
NumericUpDown ( ) : System.Windows

Creates a new NumericUpDown.

비공개 메소드들

메소드 설명
OnValueChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

메소드 상세

NumericUpDown() 공개 메소드

Creates a new NumericUpDown.
public NumericUpDown ( ) : System.Windows
리턴 System.Windows

프로퍼티 상세

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

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

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

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

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

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