Click or drag to resize

TypeConverterAttribute Class

Note: This API is now obsolete.

Type converter attribute, for type converter compatibility in portable class libraries.
Inheritance Hierarchy

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ObsoleteAttribute("Since 2.5, Use System.ComponentModel.TypeConverterAttribute instead")]
public class TypeConverterAttribute : Attribute

The TypeConverterAttribute type exposes the following members.

Constructors
  NameDescription
Public methodTypeConverterAttribute(String)
Initializes a new instance of the TypeConverterAttribute class.
Public methodTypeConverterAttribute(Type)
Initializes a new instance of the TypeConverterAttribute class.
Top
Properties
  NameDescription
Public propertyConverterTypeName
Gets the name of the type for the type converter of the associated type.
Top
See Also

Reference