C# Class PocketCampus.Map.Controls.NumericUpDown

Simple numeric up-down control to select a value, with a minimum and a maximum.
Inheritance: ObservableControl
Show file 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 static property

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

MinimumProperty public static property

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

ValueProperty public static property

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