Class RadBrushTypeConverter
Inheritance
System.Object
RadBrushTypeConverter
Namespace: Telerik.XamarinForms.Common
Assembly: Telerik.XamarinForms.Common.dll
Syntax
public class RadBrushTypeConverter : TypeConverter
Constructors
RadBrushTypeConverter()
Declaration
public RadBrushTypeConverter()
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
|
TryConvertToRadBrush(String)
Declaration
public static RadBrush TryConvertToRadBrush(string colorName)
Parameters
System.String
colorName
|
Returns
RadBrush
|