UIElement.Scale 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 ou définit l’échelle de l’élément . Mise à l’échelle par rapport au CenterPoint de l’élément. Affecte la position de rendu de l’élément.
public:
property float3 Scale { float3 get(); void set(float3 value); };
float3 Scale();
void Scale(float3 value);
public Vector3 Scale { get; set; }
var vector3 = uIElement.scale;
uIElement.scale = vector3;
Public Property Scale As Vector3
Valeur de propriété
Échelle de l’élément, par rapport au CenterPoint de l’élément.
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v7.0)
|