Constructor FontAndColor
FontAndColor(Color?, Color?, Font?)
Initializes a new instance of the FontAndColor class.
public FontAndColor(Color? foregroundColor, Color? backgroundColor = null, Font? font = null)
Parameters
foregroundColorColorDefault value of the ForegroundColor property.
backgroundColorColorDefault value of the BackgroundColor property.
fontFontDefault value of the Font property.
FontAndColor()
Initializes a new instance of the FontAndColor class.
public FontAndColor()