Click or drag to resize
PaddingsConverter Class
Provides a unified way of converting ChartMargins type values to other types, as well as for accessing standard values and sub properties.
Inheritance Hierarchy
SystemObject
  System.ComponentModelTypeConverter
    Kettic.AspNet.Controls.ChartModel.StylesPaddingsConverter

Namespace: Kettic.AspNet.Controls.ChartModel.Styles
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class PaddingsConverter : TypeConverter

The PaddingsConverter type exposes the following members.

Constructors
  NameDescription
Public methodPaddingsConverter
Top
Methods
  NameDescription
Public methodCanConvertFrom
Checks the possibility to convert from a different object type
(Overrides TypeConverterCanConvertFrom(ITypeDescriptorContext, Type).)
Public methodConvertFrom
Converts the given object to the ChartPaddings, using the specified context and culture information.
(Overrides TypeConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object).)
Public methodConvertTo
Converts the given value object to the specified type, using the specified context and culture information.
(Overrides TypeConverterConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type).)
Public methodCreateInstance
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 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 TypeConverterGetCreateInstanceSupported(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 TypeConverterGetProperties(ITypeDescriptorContext, Object, Attribute).)
Public methodGetPropertiesSupported
Returns whether this object supports properties, using the specified context.
(Overrides TypeConverterGetPropertiesSupported(ITypeDescriptorContext).)
Top
See Also