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

Calculator..::..EquationTextBlock Property

Gets or sets the equation text block.

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

Syntax


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

Field Value

The equation text block.