XamlLanguage.Double Property

Definition

Gets a XamlType for the Double XAML language intrinsic.

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

Property Value

A XamlType for the Double XAML language intrinsic.

Remarks

See [MS-XAML] Section 5.2.9.

Applies to