XamlLanguage.Byte Property

Definition

Gets a XamlType for the Byte XAML language intrinsic.

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

Property Value

A XamlType for the Byte XAML language intrinsic.

Remarks

See [MS-XAML] Section 5.2.10.

Applies to