Click or drag to resize
PaddingsConverter Methods

The PaddingsConverter type exposes the following members.

Methods
  Name Description
Public method CanConvertFrom
Checks the possibility to convert from a different object type
(Overrides TypeConverterCanConvertFrom(ITypeDescriptorContext, Type).)
Public method ConvertFrom
Converts the given object to the ChartPaddings, using the specified context and culture information.
(Overrides TypeConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
Public method ConvertTo
Converts the given value object to the specified type, using the specified context and culture information.
(Overrides TypeConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Public method CreateInstance
Creates an instance of the type that this PaddingsConverter is associated with, using the specified context, given a set of property values for the object.
(Overrides TypeConverterCreateInstance(ITypeDescriptorContext, IDictionary).)
Public method 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 TypeConverterGetCreateInstanceSupported(ITypeDescriptorContext).)
Public method GetProperties
Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.
(Overrides TypeConverterGetProperties(ITypeDescriptorContext, Object, Attribute).)
Public method GetPropertiesSupported
Returns whether this object supports properties, using the specified context.
(Overrides TypeConverterGetPropertiesSupported(ITypeDescriptorContext).)
Top
See Also