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

Calculator..::..DivideButton Property

Gets or sets the divide button.

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

Syntax


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

Field Value

The divide button.