[]
        
(Showing Draft Content)

C1.Framework.C1FontIcon.-ctor

C1FontIcon Constructor

C1FontIcon()

Initializes a new instance of the C1FontIcon class.

Declaration
public C1FontIcon()

C1FontIcon(string, Size, Color, string, Font)

Initializes a new instance of the C1FontIcon class with specified key, size and color.

Declaration
public C1FontIcon(string key, Size size, Color color, string text, Font font)
Parameters
Type Name Description
string key

String used as a key to retrieve the image.

Size size

The icon size.

Color color

Indicates the icon color.

string text

The text to show.

Font font

The icon font.

C1FontIcon(string, Size, Color, string, Font, Color)

Initializes a new instance of the C1FontIcon class with specified key, size and color.

Declaration
public C1FontIcon(string key, Size size, Color color, string text, Font font, Color backColor)
Parameters
Type Name Description
string key

String used as a key to retrieve the image.

Size size

The icon size.

Color color

Indicates the icon color.

string text

The text to show.

Font font

The icon font.

Color backColor

The icon's background color.