Freigeben über


UserInteractionServices.TransparentColor-Eigenschaft

Ruft die Farbe ab, die verwendet wurde, um Teile einer Bitmap transparent zu machen.

Namespace:  Microsoft.Data.Schema
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property TransparentColor As Color
    Get
public virtual Color TransparentColor { get; }
public:
virtual property Color TransparentColor {
    Color get ();
}
abstract TransparentColor : Color
override TransparentColor : Color
function get TransparentColor () : Color

Eigenschaftswert

Typ: System.Drawing.Color
Die Farbe, die verwendet werden soll, um eine Bitmap transparent zu machen.Die Standardeinstellung ist Color.Magenta.

.NET Framework-Sicherheit

Siehe auch

Referenz

UserInteractionServices Klasse

Microsoft.Data.Schema-Namespace