PictureFormat.TransparentBackground Property

Definition

Returns or sets whether the specified picture format uses a transparent background.

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

Property Value

Remarks

Use the TransparencyColor property to set the transparent color. Applies to bitmaps only.

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