RoundTextBoxMultilineText Property

Gets or sets the text associated with this control.

Definition

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

Return Value

String
The text associated with this control.

See Also