[]
        
(Showing Draft Content)

C1.Win.Themes.C1Theme.GetC1Icon

GetC1Icon Method

GetC1Icon(string)

Gets an C1Icon specified by a path.

Declaration
public C1Icon GetC1Icon(string path)
Parameters
Type Name Description
string path

The target path.

Returns
Type Description
C1Icon

The C1Icon specified by path or if C1Icon at specified path does not exist.

GetC1Icon(string, C1Icon)

Gets an C1Icon specified by a path.

Declaration
public C1Icon GetC1Icon(string path, C1Icon defaultValue)
Parameters
Type Name Description
string path

The target path.

C1Icon defaultValue

Used if value at specified path does not exist.

Returns
Type Description
C1Icon

The C1Icon specified by path or if C1Icon at specified path does not exist.