Class Thickness3DConverter
Extends the System.ComponentModel.TypeConverter class to enable conversion of different types from and to Thickness3D.
Inheritance
Namespace: Telerik.Windows.Controls.Charting
Assembly: Telerik.Windows.Controls.Charting.dll
Syntax
public class Thickness3DConverter : TypeConverter
Constructors
Thickness3DConverter()
Declaration
public Thickness3DConverter()
Methods
CanConvertFrom(ITypeDescriptorContext, Type)
Determines whether this instance [can convert from] the specified type descriptor context.
Declaration
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
The type descriptor context. |
System.Type
sourceType
Type of the source. |
Returns
System.Boolean
|
CanConvertTo(ITypeDescriptorContext, Type)
Determines whether this instance [can convert to] the specified type descriptor context.
Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
The type descriptor context. |
System.Type
destinationType
Type of the destination. |
Returns
System.Boolean
|
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
Converts from.
Declaration
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
The type descriptor context. |
System.Globalization.CultureInfo
culture
The culture info. |
System.Object
value
The source. |
Returns
System.Object
|
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
Converts to.
Declaration
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
System.ComponentModel.ITypeDescriptorContext
context
The type descriptor context. |
System.Globalization.CultureInfo
culture
The culture info. |
System.Object
value
The value. |
System.Type
destinationType
Type of the destination. |
Returns
System.Object
|