The MarginsConverter type exposes the following members.
Constructors
Methods
|
| Name | Description |
|---|
 | CanConvertFrom |
Checks the possibility to convert from a different object type
(Overrides TypeConverter..::..CanConvertFrom(ITypeDescriptorContext, Type).) |
 | ConvertFrom |
Converts the given object to the ChartMargins, using the specified
context and culture information.
(Overrides TypeConverter..::..ConvertFrom(ITypeDescriptorContext, CultureInfo, Object).) |
 | ConvertTo | (Overrides TypeConverter..::..ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).) |
 | CreateInstance |
Creates an instance of the type that this MarginsConverter
is associated with, using the specified context, given a set of property
values for the object.
(Overrides TypeConverter..::..CreateInstance(ITypeDescriptorContext, IDictionary).) |
 | GetCreateInstanceSupported |
Returns whether changing a value on this object requires a call to System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)
to create a new value, using the specified context.
(Overrides TypeConverter..::..GetCreateInstanceSupported(ITypeDescriptorContext).) |
 | GetProperties |
Returns a collection of properties for the type of array specified by the
value parameter, using the specified context and attributes.
(Overrides TypeConverter..::..GetProperties(ITypeDescriptorContext, Object, array<Attribute>[]()[][]).) |
 | GetPropertiesSupported |
Returns whether this object supports properties, using the specified context.
(Overrides TypeConverter..::..GetPropertiesSupported(ITypeDescriptorContext).) |
See Also