XamlLanguage.Char Property

Definition

Gets a XamlType for the Char XAML language intrinsic.

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

Property Value

A XamlType for the Char XAML language intrinsic.

Remarks

See [MS-XAML] Section 5.2.7.

Applies to