ThemeInfo Constructor

Initializes a new instance of the ThemeInfo class.

Definition

Namespace: DevCase.Core.Windows.Theming
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public ThemeInfo(
	string filepath,
	string colorSchemeName,
	string sizeName
)

Parameters

filepath  String
The theme filepath.
colorSchemeName  String
The theme color scheme name.
sizeName  String
The theme size name.

Exceptions

ArgumentNullException filepath or colorSchemeName or sizeName

See Also