MarginsConverter Class |
Namespace: Kettic.AspNet.Controls.ChartModel.Styles
The MarginsConverter type exposes the following members.
Name | Description | |
---|---|---|
![]() | MarginsConverter |
Name | Description | |
---|---|---|
![]() | CanConvertFrom |
Checks the possibility to convert from a different object type
(Overrides TypeConverterCanConvertFrom(ITypeDescriptorContext, Type).) |
![]() | ConvertFrom |
Converts the given object to the ChartMargins, using the specified
context and culture information.
(Overrides TypeConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object).) |
![]() | ConvertTo |
Converts the given value object to the specified type, using the specified
context and culture information.
(Overrides TypeConverterConvertTo(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 TypeConverterCreateInstance(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 TypeConverterGetCreateInstanceSupported(ITypeDescriptorContext).) |
![]() | 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).) |
![]() | GetPropertiesSupported |
Returns whether this object supports properties, using the specified context.
(Overrides TypeConverterGetPropertiesSupported(ITypeDescriptorContext).) |