[]
        
(Showing Draft Content)

C1.Win.Themes.C1ThemeLocator.-ctor

C1ThemeLocator Constructor

C1ThemeLocator(string)

Initializes a new instance of the ThemeLocator type from a string representing a theme locator.

Declaration
public C1ThemeLocator(string themeLocator)
Parameters
Type Name Description
string themeLocator

The string representing a theme locator, e.g. "builtin:GreenHouse".

C1ThemeLocator(LocationType, string)

Initializes a new instance of the ThemeLocator type from a location type and a theme name.

Declaration
public C1ThemeLocator(C1ThemeLocator.LocationType locationType, string themeName)
Parameters
Type Name Description
C1ThemeLocator.LocationType locationType

The theme location type.

string themeName

The theme name, e.g. "GreenHouse".