PropertyDefinition.Type Property

Definition

Gets or sets the XamlType of the property to define.

public:
 property System::Xaml::XamlType ^ Type { System::Xaml::XamlType ^ get(); void set(System::Xaml::XamlType ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Xaml.Schema.XamlTypeTypeConverter))]
public System.Xaml.XamlType Type { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Xaml.Schema.XamlTypeTypeConverter))>]
member this.Type : System.Xaml.XamlType with get, set
Public Property Type As XamlType

Property Value

The XAML type identifier of the property to define.

Attributes

Remarks

This property uses type conversion through XamlTypeTypeConverter, as indicated by the TypeConverterAttribute applied to the property in its definition.

Applies to