XamlBackgroundReader.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 the XamlType of the current node.
public:
 virtual property System::Xaml::XamlType ^ Type { System::Xaml::XamlType ^ get(); };public override System.Xaml.XamlType Type { get; }member this.Type : System.Xaml.XamlTypePublic Overrides ReadOnly Property Type As XamlTypeProperty Value
The XamlType of the current node; or null, if the current reader position is not on an object.