LocalizeEventArgsLocalizedText Property |
Gets or sets the localized text.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public string LocalizedText { get; set; }
Public Property LocalizedText As String
Get
Set
member LocalizedText : string with get, set
Property Value
Type:
StringThe localized text.
See Also