Gets or sets the plain text in the data object.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax string Text { get; set; }
Property Text As String
Get
Set
abstract Text : string with get, set
Property Value
Type:
StringThe plain text in the data object, or null if no plain text string in the data object.
See Also