Button.ButtonContentTypeConverter Class

Definition

Class that the XAML parser uses to convert strings to Button.ButtonContentLayout objects.

[Xamarin.Forms.Xaml.TypeConversion(typeof(Xamarin.Forms.Button/ButtonContentLayout))]
public sealed class Button.ButtonContentTypeConverter : Xamarin.Forms.TypeConverter
type Button.ButtonContentTypeConverter = class
    inherit TypeConverter
Inheritance
Button.ButtonContentTypeConverter
Attributes

Constructors

Button.ButtonContentTypeConverter()

Creates a new Button.ButtonContentLayout object.

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)

Converts value into a Button.ButtonContentLayout object.

Applies to