TransparentBackground Property
In This Topic
Gets or sets a value indicating whether the picture all the way to the objects behind the picture is transparency.
Syntax
'Declaration
Property TransparentBackground As Boolean
'Usage
Dim instance As IPictureFormat
Dim value As Boolean
instance.TransparentBackground = value
value = instance.TransparentBackground
bool TransparentBackground {get; set;}
Property Value
true
if the picture all the way to the objects behind the picture is transparency; otherwise,
false
.
See Also