XamlLanguage.Boolean Property

Definition

Gets a XamlType for the Boolean XAML language intrinsic.

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

Property Value

A XamlType for the Boolean XAML language intrinsic.

Remarks

See [MS-XAML] Section 5.2.17.

Applies to