Colors.MidnightBlue プロパティ

定義

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

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

プロパティ値

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

適用対象