Click or drag to resize
CornersConverterConvertTo Method
Conversion of an object to the specified type

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 ConvertTo(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value,
	Type destinationType
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
Context for types converting
culture
Type: System.GlobalizationCultureInfo
To use at the current culture
value
Type: SystemObject
Object to convert
destinationType
Type: SystemType
Type to convert the value parameter to

Return Value

Type: Object
converted object
See Also