PropertyDefinition.Type Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.