C# Class PocketCampus.Map.Controls.NumericUpDown

Simple numeric up-down control to select a value, with a minimum and a maximum.
Inheritance: ObservableControl
ファイルを表示 Open project: accandme/pocketcampus

Public Properties

Property Type Description
MaximumProperty System.Windows.DependencyProperty
MinimumProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Public Methods

Method Description
NumericUpDown ( ) : System.Windows

Creates a new NumericUpDown.

Private Methods

Method Description
OnValueChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void

Method Details

NumericUpDown() public method

Creates a new NumericUpDown.
public NumericUpDown ( ) : System.Windows
return System.Windows

Property Details

MaximumProperty public_oe static_oe property

public static DependencyProperty,System.Windows MaximumProperty
return System.Windows.DependencyProperty

MinimumProperty public_oe static_oe property

public static DependencyProperty,System.Windows MinimumProperty
return System.Windows.DependencyProperty

ValueProperty public_oe static_oe property

public static DependencyProperty,System.Windows ValueProperty
return System.Windows.DependencyProperty