XamlLanguage.ClassModifier Property

Definition

Gets a XamlDirective for the ClassModifier directive from XAML.

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

Property Value

A XamlDirective for the ClassModifier directive from XAML.

Remarks

See [MS-XAML] Section 5.3.9.

Applies to