[]
        
(Showing Draft Content)

C1.Framework.C1PathIcon.-ctor

C1PathIcon Constructor

C1PathIcon()

Initializes a new instance of the C1PathIcon class.

Declaration
public C1PathIcon()
Public Sub New()

C1PathIcon(string)

Initializes a new instance of the C1PathIcon class.

Declaration
public C1PathIcon(string key)
Public Sub New(key As String)
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)
Public Sub New(key As String, size As Size, color As Color, data As String)
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)
Public Sub New(key As String, size As Size, color As Color, data As String, backColor As 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.

string data

The svg string describing shape to display.

Color backColor

The icon's background color.