RadControls for WPF

The ThemeConverter type exposes the following members.

Methods

  NameDescription
Public methodCanConvertFrom
Returns whether this converter can convert an object of the given type to the type of this converter, using the specified context.
(Overrides TypeConverter..::..CanConvertFrom(ITypeDescriptorContext, Type).)
Public methodCanConvertTo
Returns whether this converter can convert the object to the specified type, using the specified context.
(Overrides TypeConverter..::..CanConvertTo(ITypeDescriptorContext, Type).)
Public methodConvertFrom
Converts the given object to the type of this converter, using the specified context and culture information.
(Overrides TypeConverter..::..ConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
Public methodConvertTo
Converts the given value object to the specified type, using the specified context and culture information.
(Overrides TypeConverter..::..ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Public methodGetStandardValues
Returns a collection of standard values for the data type this type converter is designed for when provided with a format context.
(Overrides TypeConverter..::..GetStandardValues(ITypeDescriptorContext).)
Public methodGetStandardValuesSupported
Returns whether this object supports a standard set of values that can be picked from a list, using the specified context.
(Overrides TypeConverter..::..GetStandardValuesSupported(ITypeDescriptorContext).)

Extension Methods

  NameDescription
Public Extension MethodGetHashCodeOrZero (Defined by ExtensionMethods.)

See Also