C# Class Captura.NumericBox

Show file Open project: MathewSachin/Captura

Public Properties

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

Public Methods

Method Description
NumericBox ( ) : System.Windows

Private Methods

Method Description
TextBOX_LostFocus ( object sender, RoutedEventArgs e ) : void
TextBOX_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

NumericBox() public method

public NumericBox ( ) : System.Windows
return System.Windows

Property Details

IncreaseCommand public static property

public static ICommand IncreaseCommand
return ICommand

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