Table of Contents

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

DependencyProperty

MinValueProperty

public static readonly DependencyProperty MinValueProperty

Field Value

DependencyProperty

ShowTextProperty

public static readonly DependencyProperty ShowTextProperty

Field Value

DependencyProperty

ValueProperty

public static readonly DependencyProperty ValueProperty

Field Value

DependencyProperty

Properties

MaxValue

public int MaxValue { get; set; }

Property Value

int

MinValue

public int MinValue { get; set; }

Property Value

int

ShowText

public string ShowText { get; set; }

Property Value

string

Value

public int Value { get; set; }

Property Value

int

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().

public override void OnApplyTemplate()