Reporting

The MarginsConverter type exposes the following members.

Constructors

  NameDescription
Public methodMarginsConverter
Initializes a new instance of the MarginsConverter class

Methods

  NameDescription
Public methodCanConvertFrom
Checks the possibility to convert from a different object type
(Overrides TypeConverter..::..CanConvertFrom(ITypeDescriptorContext, Type).)
Public methodConvertFrom
Converts the given object to the ChartMargins, using the specified context and culture information.
(Overrides TypeConverter..::..ConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
Public methodConvertTo (Overrides TypeConverter..::..ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Public methodCreateInstance
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).)
Public methodGetCreateInstanceSupported
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).)
Public methodGetProperties
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>[]()[][]).)
Public methodGetPropertiesSupported
Returns whether this object supports properties, using the specified context.
(Overrides TypeConverter..::..GetPropertiesSupported(ITypeDescriptorContext).)

See Also