TextConstants.AutoColor Property

Definition

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.

Applies to