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

See Also

Reference

UserInteractionServices Class

Microsoft.Data.Schema Namespace