NamedObject.Type Property

Definition

Gets or sets the named object type.

public:
 property System::Xaml::XamlType ^ Type { System::Xaml::XamlType ^ get(); void set(System::Xaml::XamlType ^ value); };
public System.Xaml.XamlType Type { get; set; }
member this.Type : System.Xaml.XamlType with get, set
Public Property Type As XamlType

Property Value

The named object type.

Applies to