Colors.LightCoral プロパティ

定義

ARGB 値が #FFF08080 のシステム定義の色を取得します。

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

プロパティ値

ARGB 値が #FFF08080 のシステム定義色。

適用対象