XamlLanguage.Decimal Property

Definition

Gets a XamlType for the Decimal XAML language intrinsic.

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

Property Value

A XamlType for the Decimal XAML language intrinsic.

Remarks

See [MS-XAML] Section 5.2.14.

Applies to