Colors.Transparent Property

Definition

Gets the system-defined color that has the ARGB value of #00FFFFFF.

public:
 static property Color Transparent { Color get(); };
static Color Transparent();
public static Color Transparent { get; }
var color = Colors.transparent;
Public Shared ReadOnly Property Transparent As Color

Property Value

The system-defined color that has the ARGB value of #00FFFFFF.

Applies to