CornerRadiusTypeConverter Class

Definition

A TypeConverter subclass that can convert a string to a CornerRadius.

[Xamarin.Forms.Xaml.TypeConversion(typeof(Xamarin.Forms.CornerRadius))]
public class CornerRadiusTypeConverter : Xamarin.Forms.TypeConverter
type CornerRadiusTypeConverter = class
    inherit TypeConverter
Inheritance
CornerRadiusTypeConverter
Attributes

Constructors

CornerRadiusTypeConverter()

Methods

CanConvertFrom(Type)

When implemented in a derived class, returns a Boolean value that indicates whether or not the derived type converter can convert sourceType to its target type.

(Inherited from TypeConverter)
ConvertFrom(CultureInfo, Object)
Obsolete.

When implemented in a derived class, converts an object that is a version of value and that can be cast to the target type.

(Inherited from TypeConverter)
ConvertFrom(Object)
Obsolete.

Calls ConvertFrom(CultureInfo, Object) with the current culture information and o.

(Inherited from TypeConverter)
ConvertFromInvariantString(String)

Parses as one or more Double object(s) and creates a corresponding CornerRadius.

Applies to