Class NumericControl
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
public class NumericControl : Control, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
NumericControl
- Implements
- Inherited Members
- Extension Methods
Fields
MaxValueProperty
public static readonly DependencyProperty MaxValueProperty
Field Value
MinValueProperty
public static readonly DependencyProperty MinValueProperty
Field Value
ShowTextProperty
public static readonly DependencyProperty ShowTextProperty
Field Value
ValueProperty
public static readonly DependencyProperty ValueProperty
Field Value
Properties
MaxValue
public int MaxValue { get; set; }
Property Value
MinValue
public int MinValue { get; set; }
Property Value
ShowText
public string ShowText { get; set; }
Property Value
Value
public int Value { get; set; }
Property Value
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().
public override void OnApplyTemplate()