Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the transparency color. For a description of the TransparentColor parameter, see Color Structure.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public Color TransparentColor { get; set; }
public:
property Color TransparentColor {
Color get();
void set(Color value);
}
member TransparentColor : Color with get, set
Public Property TransparentColor As Color
Property Value
Type: System.Drawing.Color
The transparency color
See Also
SnapInImageList Class
Microsoft.ManagementConsole Namespace
Return to top