Table of Contents

Constructor FontAndColor

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

FontAndColor(Color?, Color?, Font?)

Initializes a new instance of the FontAndColor class.

public FontAndColor(Color? foregroundColor, Color? backgroundColor = null, Font? font = null)

Parameters

foregroundColor Color

Default value of the ForegroundColor property.

backgroundColor Color

Default value of the BackgroundColor property.

font Font

Default value of the Font property.

FontAndColor()

Initializes a new instance of the FontAndColor class.

public FontAndColor()