Control.BackgroundSizing 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 une valeur qui indique l’étendue de l’arrière-plan par rapport à la bordure de cet élément.
public:
property BackgroundSizing BackgroundSizing { BackgroundSizing get(); void set(BackgroundSizing value); };
BackgroundSizing BackgroundSizing();
void BackgroundSizing(BackgroundSizing value);
public BackgroundSizing BackgroundSizing { get; set; }
var backgroundSizing = control.backgroundSizing;
control.backgroundSizing = backgroundSizing;
Public Property BackgroundSizing As BackgroundSizing
Valeur de propriété
Valeur de l’énumération qui indique l’étendue de l’arrière-plan. La valeur par défaut est InnerBorderEdge.
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)
|
Remarques
Vous pouvez définir cette propriété sur OuterBorderEdge pour étendre l’arrière-plan de l’élément sous la bordure. Si la bordure est transparente, l’arrière-plan s’affiche à travers elle.