XamlLanguage.Space Property

Definition

Gets a XamlDirective for the space directive from XML.

public:
 static property System::Xaml::XamlDirective ^ Space { System::Xaml::XamlDirective ^ get(); };
public static System.Xaml.XamlDirective Space { get; }
static member Space : System.Xaml.XamlDirective
Public Shared ReadOnly Property Space As XamlDirective

Property Value

A XamlDirective for the space directive from XML.

Remarks

See [MS-XAML] Section 5.3.14.

Applies to