RoundTextBoxText Property

Gets or sets the text displayed by RoundTextBox.

Definition

Namespace: BeeMobile.RoundTextBox
Assembly: BeeMobile.RoundTextBox.NET48 (in BeeMobile.RoundTextBox.NET48.dll) Version: 4.8.1.21
C#
public override string Text { get; set; }

Property Value

String

Remarks

The Text property represents a text which has been typed into the RoundTextBox.

See Also