Class EasingTypeConverter
Inheritance
System.Object
EasingTypeConverter
Namespace: Telerik.XamarinForms.Common
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public class EasingTypeConverter : TypeConverter
Constructors
EasingTypeConverter()
Declaration
public EasingTypeConverter()
Methods
CanConvertFrom(Type)
Returns a Boolean value that indicates whether an object of sourceType can be converted to an Easing instance.
Declaration
public override bool CanConvertFrom(Type sourceType)
Parameters
System.Type
sourceType
|
Returns
System.Boolean
|
ConvertFrom(CultureInfo, Object)
Converts an object of type string to an Easing instance.
Declaration
public override object ConvertFrom(CultureInfo culture, object o)
Parameters
System.Globalization.CultureInfo
culture
|
System.Object
o
|
Returns
System.Object
|
ConvertFrom(Object)
Converts an object of type string to an Easing instance.
Declaration
public override object ConvertFrom(object o)
Parameters
System.Object
o
|
Returns
System.Object
|
ConvertFromInvariantString(String)
Converts a string object to an Easing instance.
Declaration
public override object ConvertFromInvariantString(string value)
Parameters
System.String
value
|
Returns
System.Object
|
TryConvertToEasing(String)
Declaration
public Easing TryConvertToEasing(string easingName)
Parameters
System.String
easingName
|
Returns
Xamarin.Forms.Easing
|