PictureFormat.TransparentBackground 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.
Renvoie ou définit si le format d’image spécifié utilise un arrière-plan transparent.
public:
property Microsoft::Office::Core::MsoTriState TransparentBackground { Microsoft::Office::Core::MsoTriState get(); void set(Microsoft::Office::Core::MsoTriState value); };
public Microsoft.Office.Core.MsoTriState TransparentBackground { get; set; }
Public Property TransparentBackground As MsoTriState
Valeur de propriété
Remarques
Utilisez la TransparencyColor propriété pour définir la couleur transparente. S'applique uniquement aux bitmaps.
Si vous souhaitez pouvoir voir à travers les parties transparentes de l’image jusqu’aux objets derrière l’image, vous devez définir la Visible propriété de l’objet de FillFormat l’image sur False. Si votre image a une couleur transparente et que la propriété Visible de l'objet FillFormat a la valeur True, remplissage de l'image sera visible à travers la couleur transparente, mais les objets situés derrière l'image sont obscurcis.