Int32Rect.Empty Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un rectangle vide, 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é
Un 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 d'attributs XAML
<object property="Empty" />
Valeurs XAML
property
Propriété qui accepte une Int32Rect valeur.