Click or drag to resize
MarginsConverterCreateInstance Method
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.

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 override Object CreateInstance(
	ITypeDescriptorContext context,
	IDictionary propertyValues
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
An System.ComponentModel.ITypeDescriptorContext that provides a format context.
propertyValues
Type: System.CollectionsIDictionary
An System.Collections.IDictionary of new property values.

Return Value

Type: Object
An System.Object representing the given System.Collections.IDictionary, or null if the object cannot be created.
See Also