CompositionNineGridBrush.LeftInsetScale 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.
Mise à l’échelle à appliquer à LeftInset. La valeur par défaut est 1.0f.
public:
property float LeftInsetScale { float get(); void set(float value); };
float LeftInsetScale();
void LeftInsetScale(float value);
public float LeftInsetScale { get; set; }
var single = compositionNineGridBrush.leftInsetScale;
compositionNineGridBrush.leftInsetScale = single;
Public Property LeftInsetScale As Single
Valeur de propriété
Single
float
Mise à l’échelle à appliquer à LeftInset. La valeur par défaut est 1.0f.