XamlNodeQueue.Writer Property

Definition

Gets the associated XAML writer.

public:
 property System::Xaml::XamlWriter ^ Writer { System::Xaml::XamlWriter ^ get(); };
public System.Xaml.XamlWriter Writer { get; }
member this.Writer : System.Xaml.XamlWriter
Public ReadOnly Property Writer As XamlWriter

Property Value

The associated XAML writer.

Applies to

See also