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

Calculator..::..DecimalButton Property

Gets or sets the decimal button.

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

Syntax


public Button DecimalButton { get; set; }
Public Property DecimalButton As Button
	Get
	Set
public:
property Button^ DecimalButton {
	Button^ get ();
	void set (Button^ value);
}

Field Value

The decimal button.