TextConstants.AutoColor 属性

定义

获取默认颜色。

public:
 static property Color AutoColor { Color get(); };
static Color AutoColor();
public static Color AutoColor { get; }
var color = TextConstants.autoColor;
Public Shared ReadOnly Property AutoColor As Color

属性值

默认颜色。

注解

当 color 参数具有此值时,将使用适当的系统默认颜色。

适用于