XamlLanguage.Lang Property

Definition

Gets a XamlDirective for the lang directive from XML.

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

Property Value

A XamlDirective for the lang directive from XML.

Remarks

See [MS-XAML] Section 5.3.13.

Applies to