Gets or sets currently inputted text.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
public string Text { get; set; } |
Visual Basic |
---|
Public Property Text As String Get Set |
Property Value
Type: String
Remarks
Getting text content through this property will copy all characters from internal buffer to a string object and returns it.