The MarginConverter type exposes the following members.
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| MarginConverter | Initializes a new instance of the MarginConverter class |
Methods
| Name | Description | |
|---|---|---|
Returns whether this converter can convert an object of the given type to the type of this converter.
(Inherited from | ||
| CanConvertFrom(ITypeDescriptorContext, Type) | (Overrides | |
Returns whether this converter can convert the object to the specified type.
(Inherited from | ||
| CanConvertTo(ITypeDescriptorContext, Type) | (Overrides | |
Converts the given value to the type of this converter.
(Inherited from | ||
| ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) | (Overrides | |
Converts the given string to the type of this converter, using the invariant culture.
(Inherited from | ||
Converts the given string to the type of this converter, using the invariant culture and the specified context.
(Inherited from | ||
Converts the specified text to an object.
(Inherited from | ||
Converts the given text to an object, using the specified context.
(Inherited from | ||
Converts the given text to an object, using the specified context and culture information.
(Inherited from | ||
Converts the given value object to the specified type, using the arguments.
(Inherited from | ||
| ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) | (Overrides | |
Converts the specified value to a culture-invariant string representation.
(Inherited from | ||
Converts the specified value to a culture-invariant string representation, using the specified context.
(Inherited from | ||
Converts the specified value to a string representation.
(Inherited from | ||
Converts the given value to a string representation, using the given context.
(Inherited from | ||
Converts the given value to a string representation, using the specified context and culture information.
(Inherited from | ||
Re-creates an (Inherited from | ||
| CreateInstance(ITypeDescriptorContext, IDictionary) | (Overrides | |
| (Inherited from | ||
Allows an (Inherited from | ||
Returns an exception to throw when a conversion cannot be performed.
(Inherited from | ||
Returns an exception to throw when a conversion cannot be performed.
(Inherited from | ||
Returns whether changing a value on this object requires a call to the (Inherited from | ||
| GetCreateInstanceSupported(ITypeDescriptorContext) | (Overrides | |
Serves as a hash function for a particular type.
(Inherited from | ||
Returns a collection of properties for the type of array specified by the value parameter.
(Inherited from | ||
Returns a collection of properties for the type of array specified by the value parameter, using the specified context.
(Inherited from | ||
Gets a collection of properties for the type of object specified by the value parameter.
(Inherited from | ||
Returns whether this object supports properties.
(Inherited from | ||
Gets a value indicating whether this object supports properties using the specified context.
(Inherited from | ||
Returns a collection of standard values from the default context for the data type this type converter is designed for.
(Inherited from | ||
Returns a collection of standard values for the data type this type converter is designed for when provided with a format context.
(Inherited from | ||
Returns whether the collection of standard values returned from (Inherited from | ||
Returns whether the collection of standard values returned from (Inherited from | ||
Returns whether this object supports a standard set of values that can be picked from a list.
(Inherited from | ||
Returns whether this object supports a standard set of values that can be picked from a list, using the specified context.
(Inherited from | ||
Gets the (Inherited from | ||
Returns whether the given value object is valid for this type.
(Inherited from | ||
Returns whether the given value object is valid for this type and for the specified context.
(Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
Sorts a collection of properties.
(Inherited from | ||
| (Inherited from |
See Also