Colors.Thistle プロパティ

定義

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

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

プロパティ値

ARGB 値が #FFD8BFD8 であるシステム定義の色。

適用対象