Table of Contents

Class DisplayNumSmall

Namespace
Loehnert.Controls
Assembly
Loehnert.Controls.dll

Represents a control to display a current value and to update a numeric value.

public class DisplayNumSmall : UserControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IComponentConnector
Inheritance
DisplayNumSmall
Implements
Inherited Members

Constructors

DisplayNumSmall()

Initializes a new instance of the DisplayNumSmall class.

public DisplayNumSmall()

Fields

ButtonCommandProperty

Identifies the ButtonCommand dependency property.

public static readonly DependencyProperty ButtonCommandProperty

Field Value

DependencyProperty

DescriptionProperty

Identifies the Description dependency property.

public static readonly DependencyProperty DescriptionProperty

Field Value

DependencyProperty

IconProperty

Identifies the Icon dependency property.

public static readonly DependencyProperty IconProperty

Field Value

DependencyProperty

IntervalProperty

Identifies the Interval dependency property.

public static readonly DependencyProperty IntervalProperty

Field Value

DependencyProperty

IsReadOnlyProperty

Identifies the IsReadOnly dependency property.

public static readonly DependencyProperty IsReadOnlyProperty

Field Value

DependencyProperty

MaximumProperty

Identifies the Maximum dependency property.

public static readonly DependencyProperty MaximumProperty

Field Value

DependencyProperty

MinimumProperty

Identifies the Minimum dependency property.

public static readonly DependencyProperty MinimumProperty

Field Value

DependencyProperty

NewValueProperty

Identifies the NewValue dependency property.

public static readonly DependencyProperty NewValueProperty

Field Value

DependencyProperty

StringFormatProperty

Identifies the StringFormat dependency property.

public static readonly DependencyProperty StringFormatProperty

Field Value

DependencyProperty

ToolTipContentProperty

Identifies the ToolTipContent dependency property.

public static readonly DependencyProperty ToolTipContentProperty

Field Value

DependencyProperty

UnitProperty

Identifies the Unit dependency property.

public static readonly DependencyProperty UnitProperty

Field Value

DependencyProperty

ValueProperty

Identifies the Value dependency property.

public static readonly DependencyProperty ValueProperty

Field Value

DependencyProperty

WatermarkProperty

Identifies the Watermark dependency property.

public static readonly DependencyProperty WatermarkProperty

Field Value

DependencyProperty

Properties

ButtonCommand

Gets or sets the command for the button.

public ICommand ButtonCommand { get; set; }

Property Value

ICommand

Description

Gets or sets the description.

public string Description { get; set; }

Property Value

string

Icon

Gets or sets the icon.

public object Icon { get; set; }

Property Value

object

Interval

Gets or sets the increment interval.

public double Interval { get; set; }

Property Value

double

IsReadOnly

Gets or sets a value indicating whether the value can not be edited.

public bool IsReadOnly { get; set; }

Property Value

bool

Maximum

Gets or sets the maximum value.

public double Maximum { get; set; }

Property Value

double

Minimum

Gets or sets the minimum value.

public double Minimum { get; set; }

Property Value

double

NewValue

Gets or sets the value that can be adjusted.

public double NewValue { get; set; }

Property Value

double

StringFormat

Gets or sets the formatting for the displaying Value.

public string StringFormat { get; set; }

Property Value

string

ToolTipContent

Gets or sets the tool tip content.

public object ToolTipContent { get; set; }

Property Value

object

Unit

Gets or sets the physical unit.

public string Unit { get; set; }

Property Value

string

Value

Gets or sets the current value.

public double Value { get; set; }

Property Value

double

Watermark

Gets or sets the watermark text.

public string Watermark { get; set; }

Property Value

string

Methods

InitializeComponent()

InitializeComponent

public void InitializeComponent()