TextConstants.AutoColor 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 参数具有此值时,将使用适当的系统默认颜色。
适用于