Share via


Colors.MintCream 属性

定义

获取 ARGB 值为 #FFF5FFFA 的系统定义颜色。

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

属性值

ARGB 值为 #FFF5FFFA 的系统定义颜色。

适用于