XamlLanguage.Int16 Property

Definition

Gets a XamlType for the Int16 XAML language intrinsic.

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

Property Value

A XamlType for the Int16 XAML language intrinsic.

Remarks

See [MS-XAML] Section 5.2.11.

Applies to