[]
        
(Showing Draft Content)

C1.Framework.C1Icon.-ctor

C1Icon Constructor

C1Icon()

Initializes a new instance of the C1Icon class.

Declaration
protected C1Icon()

C1Icon(string)

Initializes a new instance of the C1Icon class.

Declaration
protected C1Icon(string key)
Parameters
Type Name Description
string key

String used as a key to retrieve the image.

C1Icon(string, Size, Color)

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

Declaration
protected C1Icon(string key, Size size, Color color)
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.

C1Icon(string, Size, Color, Color)

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

Declaration
protected C1Icon(string key, Size size, Color color, 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.

Color backColor

The icon's background color.