[]
        
(Showing Draft Content)

C1.Framework.C1PathIcon.-ctor

C1PathIcon Constructor

C1PathIcon()

Initializes a new instance of the C1PathIcon class.

Declaration
public C1PathIcon()

C1PathIcon(string)

Initializes a new instance of the C1PathIcon class.

Declaration
public C1PathIcon(string key)
Parameters
Type Name Description
string key

String used as a key to retrieve the image.

C1PathIcon(string, Size, Color, string)

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

Declaration
public C1PathIcon(string key, Size size, Color color, string data)
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 data

The svg string describing shape to display.

C1PathIcon(string, Size, Color, string, Color)

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

Declaration
public C1PathIcon(string key, Size size, Color color, string data, 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 data

The svg string describing shape to display.

Color backColor

The icon's background color.