ClassLengthConverter
Class
Definition
Namespace:Telerik.WinControls.UI.Diagrams
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
cs-api-definition
public class LengthConverter : TypeConverter
Inheritance: objectTypeConverterLengthConverter
Inherited Members
Constructors
LengthConverter()
Declaration
cs-api-definition
public LengthConverter()
Methods
CanConvertFrom(ITypeDescriptorContext, Type)
Declaration
cs-api-definition
public override bool CanConvertFrom(ITypeDescriptorContext typeDescriptorContext, Type sourceType)
Parameters
typeDescriptorContext
sourceType
Returns
Overrides
CanConvertTo(ITypeDescriptorContext, Type)
Declaration
cs-api-definition
public override bool CanConvertTo(ITypeDescriptorContext typeDescriptorContext, Type destinationType)
Parameters
typeDescriptorContext
destinationType
Returns
Overrides
ConvertFrom(ITypeDescriptorContext, CultureInfo, object)
Declaration
cs-api-definition
public override object ConvertFrom(ITypeDescriptorContext typeDescriptorContext, CultureInfo cultureInfo, object source)
Parameters
typeDescriptorContext
cultureInfo
source
Returns
Overrides
ConvertTo(ITypeDescriptorContext, CultureInfo, object, Type)
Declaration
cs-api-definition
public override object ConvertTo(ITypeDescriptorContext typeDescriptorContext, CultureInfo cultureInfo, object value, Type destinationType)
Parameters
typeDescriptorContext
cultureInfo
value
destinationType
Returns
Overrides