Colors.LavenderBlush Property

Definition

Gets the system-defined color that has an ARGB value of #FFFFF0F5.

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

Property Value

The system-defined color that has an ARGB value of #FFFFF0F5.

Applies to