C# Class emanual.Wpf.Controls.NumericUpDownFloat

Inheritance: System.Windows.Controls.UserControl
显示文件 Open project: kienaiProject/ArtOfWords Class Usage Examples

Public Properties

Property Type Description
ButtonClickProperty System.Windows.DependencyProperty
IncrementProperty System.Windows.DependencyProperty
MaximumProperty System.Windows.DependencyProperty
MinimumProperty System.Windows.DependencyProperty
TextAlignmentProperty System.Windows.DependencyProperty
ValueChangedEvent System.Windows.RoutedEvent
ValueProperty System.Windows.DependencyProperty

Protected Methods

Method Description
OnValueChanged ( RoutedPropertyChangedEventArgs args ) : void

Private Methods

Method Description
CoerceValueCallback ( DependencyObject element, object value ) : object
NumericUpDownFloat ( ) : System
OnValueChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
PART_DownButton_Click ( object sender, RoutedEventArgs e ) : void
PART_UpButton_Click ( object sender, RoutedEventArgs e ) : void
control_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

OnValueChanged() protected method

protected OnValueChanged ( RoutedPropertyChangedEventArgs args ) : void
args RoutedPropertyChangedEventArgs
return void

Property Details

ButtonClickProperty public_oe static_oe property

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

IncrementProperty public_oe static_oe property

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

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

TextAlignmentProperty public_oe static_oe property

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

ValueChangedEvent public_oe static_oe property

public static RoutedEvent,System.Windows ValueChangedEvent
return System.Windows.RoutedEvent

ValueProperty public_oe static_oe property

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