UserInteractionServices.TransparentColor Property
Gets the color used to make parts of a bitmap transparent.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property TransparentColor As Color
public virtual Color TransparentColor { get; }
public:
virtual property Color TransparentColor {
Color get ();
}
abstract TransparentColor : Color
override TransparentColor : Color
function get TransparentColor () : Color
Property Value
Type: System.Drawing.Color
The color to be used to make a bitmap transparent. The default is Color.Magenta.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.