

Returns whether this object supports properties, using the specified context. Returns whether this object supports properties. Returns a collection of properties for the type of array specified by the value parameter. Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes. GetProperties(ITypeDescriptorContext, Object, Attribute) Returns a collection of properties for the type of array specified by the value parameter, using the specified context. GetProperties(ITypeDescriptorContext, Object) Returns whether changing a value on this object requires a call to CreateInstance(IDictionary) to create a new value, using the specified context. GetCreateInstanceSupported(ITypeDescriptorContext) Returns whether changing a value on this object requires a call to the CreateInstance(IDictionary) method to create a new value. Returns an exception to throw when a conversion cannot be performed. Re-creates an Object given a set of property values for the object.ĬreateInstance(ITypeDescriptorContext, IDictionary)Ĭreates an instance of the type that this TypeConverter is associated with, using the specified context, given a set of property values for the object.ĭetermines whether the specified object is equal to the current object. Returns whether this converter can convert the object to the specified type.ĬonvertFrom(ITypeDescriptorContext, CultureInfo, Object)Ĭonverts from an object of a given type to a Brush object.Ĭonverts the given value to the type of this converter.ĬonvertFromInvariantString(ITypeDescriptorContext, String)Ĭonverts the given string to the type of this converter, using the invariant culture and the specified context.Ĭonverts the given string to the type of this converter, using the invariant culture.ĬonvertFromString(ITypeDescriptorContext, CultureInfo, String)Ĭonverts the given text to an object, using the specified context and culture information.ĬonvertFromString(ITypeDescriptorContext, String)Ĭonverts the given text to an object, using the specified context.Ĭonverts the specified text to an object.ĬonvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)Ĭonverts a Brush object to a specified type, using the specified context and culture information.Ĭonverts the given value object to the specified type, using the arguments.ĬonvertToInvariantString(ITypeDescriptorContext, Object)Ĭonverts the specified value to a culture-invariant string representation, using the specified context.Ĭonverts the specified value to a culture-invariant string representation.ĬonvertToString(ITypeDescriptorContext, CultureInfo, Object)Ĭonverts the given value to a string representation, using the specified context and culture information.ĬonvertToString(ITypeDescriptorContext, Object)Ĭonverts the given value to a string representation, using the given context.Ĭonverts the specified value to a string representation. Returns whether this converter can convert an object of the given type to the type of this converter.ĬanConvertTo(ITypeDescriptorContext, Type)ĭetermines whether this class can convert an object of a given type to the specified destination type. Initializes a new instance of the BrushConverter class.ĬanConvertFrom(ITypeDescriptorContext, Type)ĭetermines whether this class can convert an object of a given type to a Brush object. This class is typically used by the parser to convert attribute strings to brushes. See these type pages for syntax information. Use this class to convert a string into a SolidColorBrush or an ImageBrush.
