TypeConverterAttributeConverterTypeName Property |
Gets the name of the type for the type converter of the associated type.
Namespace:
Eto
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public string ConverterTypeName { get; }
Public ReadOnly Property ConverterTypeName As String
Get
member ConverterTypeName : string with get
Property Value
Type:
StringThe name of the type.
See Also