EasingTypeConverter Class
Definition
public class EasingTypeConverter
Constructors
| Name | Description |
|---|---|
| EasingTypeConverter | No summary available. |
EasingTypeConverter Constructor
public EasingTypeConverter()
Methods
| Name | Description |
|---|---|
| CanConvertFrom | No summary available. |
| ConvertFrom | No summary available. |
CanConvertFrom Method
public bool CanConvertFrom(System.ComponentModel.ITypeDescriptorContext context, Type sourceType)
Parameters
context System.ComponentModel.ITypeDescriptorContext
sourceType Type
Returns
bool
ConvertFrom Method
public object ConvertFrom(System.ComponentModel.ITypeDescriptorContext context, System.Globalization.CultureInfo culture, object value)
Parameters
context System.ComponentModel.ITypeDescriptorContext
culture System.Globalization.CultureInfo
value object
Returns
object