Class DisplayNum
Represents a control to display a current value and to update a numeric value.
public class DisplayNum : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
- Inheritance
-
DisplayNum
- Implements
- Inherited Members
Constructors
DisplayNum()
Initializes a new instance of the DisplayNum class.
public DisplayNum()
Fields
ButtonCommandProperty
Identifies the ButtonCommand dependency property.
public static readonly DependencyProperty ButtonCommandProperty
Field Value
ButtonContentProperty
Identifies the ButtonContent dependency property.
public static readonly DependencyProperty ButtonContentProperty
Field Value
DescriptionProperty
Identifies the Description dependency property.
public static readonly DependencyProperty DescriptionProperty
Field Value
IntervalProperty
Identifies the Interval dependency property.
public static readonly DependencyProperty IntervalProperty
Field Value
IsReadOnlyProperty
Identifies the IsReadOnly dependency property.
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
MaximumProperty
Identifies the Maximum dependency property.
public static readonly DependencyProperty MaximumProperty
Field Value
MinimumProperty
Identifies the Minimum dependency property.
public static readonly DependencyProperty MinimumProperty
Field Value
NewValueProperty
Identifies the NewValue dependency property.
public static readonly DependencyProperty NewValueProperty
Field Value
StringFormatProperty
Identifies the StringFormat dependency property.
public static readonly DependencyProperty StringFormatProperty
Field Value
ToolTipContentProperty
Identifies the ToolTipContent dependency property.
public static readonly DependencyProperty ToolTipContentProperty
Field Value
UnitProperty
Identifies the UnitProperty dependency property.
public static readonly DependencyProperty UnitProperty
Field Value
ValueProperty
Identifies the Value dependency property.
public static readonly DependencyProperty ValueProperty
Field Value
WatermarkProperty
Identifies the Watermark dependency property.
public static readonly DependencyProperty WatermarkProperty
Field Value
Properties
ButtonCommand
Gets or sets the command for the button.
public ICommand ButtonCommand { get; set; }
Property Value
ButtonContent
Gets or sets the button content.
public object ButtonContent { get; set; }
Property Value
Description
Gets or sets the description.
public string Description { get; set; }
Property Value
Interval
Gets or sets the increment interval.
public double Interval { get; set; }
Property Value
IsReadOnly
Gets or sets a value indicating whether the value can be edited.
public bool IsReadOnly { get; set; }
Property Value
Maximum
Gets or sets the maximum value.
public double Maximum { get; set; }
Property Value
Minimum
Gets or sets the minimum value.
public double Minimum { get; set; }
Property Value
NewValue
Gets or sets the value that can be adjusted.
public double NewValue { get; set; }
Property Value
StringFormat
Gets or sets the formatting for the displaying Value.
public string StringFormat { get; set; }
Property Value
ToolTipContent
Gets or sets the tool tip content.
public object ToolTipContent { get; set; }
Property Value
Unit
Gets or sets the physical unit.
public string Unit { get; set; }
Property Value
Value
Gets or sets the current value.
public double Value { get; set; }
Property Value
Watermark
Gets or sets the watermark text.
public string Watermark { get; set; }
Property Value
Methods
InitializeComponent()
InitializeComponent
public void InitializeComponent()