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
foregroundColor
ColorDefault value of the ForegroundColor property.
backgroundColor
ColorDefault value of the BackgroundColor property.
font
FontDefault value of the Font property.
FontAndColor()
Initializes a new instance of the FontAndColor class.
public FontAndColor()