Gets or sets the current transparent color of this
AnnPicture object.
public Color TransparentColor {get; set;}
public:
property Color TransparentColor {
Color get();
void set ( Color value);
}
'Declaration
Public Property TransparentColor As Color
'Usage
Dim instance As AnnPicture
Dim value As Color
instance.TransparentColor = value
value = instance.TransparentColor
Property Value
A
System.Drawing.Color structure that represents the current transparent color of this
AnnPicture object.