TextConstants.AutoColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the default color.
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
Property Value
The default color.
Remarks
When a color argument has this value, the appropriate system default color is used.