Int32Rect.Empty Propriété

Définition

Obtient le rectangle vide, une valeur spéciale qui représente un rectangle sans position ni zone.

public:
 static property System::Windows::Int32Rect Empty { System::Windows::Int32Rect get(); };
public static System.Windows.Int32Rect Empty { get; }
static member Empty : System.Windows.Int32Rect
Public Shared ReadOnly Property Empty As Int32Rect

Valeur de propriété

Rectangle vide sans position ni zone.

Remarques

Cette propriété est identique à l’appel du constructeur à l’aide de 0 pour toutes les valeurs de paramètre.

Utilisation des attributs XAML

<object property="Empty" />

Valeurs XAML

Propriété Propriété qui accepte une Int32Rect valeur.

S’applique à