Style.ForegroundColor

Style.ForegroundColor property

Gets or sets a style’s foreground color.

public Color ForegroundColor { get; set; }

Remarks

It means no color setting if Color.Empty is returned.

See Also