RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

Calculator..::..Value Property

Gets or sets the value.

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


public Nullable<double> Value { get; set; }
Public Property Value As Nullable(Of Double)
	Get
	Set
public:
property Nullable<double^> Value {
	Nullable<double^> get ();
	void set (Nullable<double^> value);
}

Field Value

The value.