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

Calculator..::..EntryTextBlock Property

Gets or sets the entry text block.

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

Syntax


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

Field Value

The entry text block.