Gets and sets the color value used to represent transparency in the saved image.
'Declaration
Public Property TransparencyColor As Color
'Usage
Dim instance As SaveOptionsGif
Dim value As Color
instance.TransparencyColor = value
value = instance.TransparencyColor
public Color TransparencyColor {get; set;}
public: __property Color get_TransparencyColor();
public: __property void set_TransparencyColor(
Color value
);
public:
property Color TransparencyColor {
Color get();
void set ( Color value);
}
Property Value
A
System.Drawing.Color value which represents transparency in the saved image.