PictureFormat.TransparentBackground Property

Definition

MsoTrue if the parts of the picture that are defined with a transparent color actually appear transparent. Applies to bitmaps only.

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; }
member this.TransparentBackground : Microsoft.Office.Core.MsoTriState with get, set
Public Property TransparentBackground As MsoTriState

Property Value

Remarks

Use the TransparencyColor property to set the transparent color.

If you want to be able to see through the transparent parts of the picture all the way to the objects behind the picture, you must set the Visible property of the picture's FillFormat object to False. If your picture has a transparent color and the Visible property of the picture's FillFormat object is set to True, the picture's fill will be visible through the transparent color, but objects behind the picture will be obscured.

Applies to