XamlLanguage.FieldModifier Property

Definition

Gets a XamlDirective for the FieldModifier directive from XAML.

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

Property Value

A XamlDirective for the FieldModifier directive from XAML.

Remarks

See [MS-XAML] Section 5.3.10.

Applies to