PictureFormat.TransparentBackground プロパティ

定義

Msotrue を設定する 場合は透明色で定義されている図のパーツ半透明に表示されます。 ビットマップだけに適用されます。

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

プロパティ値

注釈

プロパティを TransparencyColor 使用して、透明な色を設定します。

図の透明部分から図の背後にあるオブジェクトまでを確認できるようにするには、図のオブジェクトのFillFormatプロパティを VisibleFalse に設定する必要があります。 図が透明色で、図の FillFormat オブジェクトの Visible プロパティが True に設定されている場合、図の塗りつぶしは透明色を通してはっきり見えますが、図の背後のオブジェクトは図に隠れます。

適用対象