ThemeInfo Constructor
Initializes a new instance of the
ThemeInfo class.
Namespace: DevCase.Core.Windows.ThemingAssembly: 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
)
Public Sub New (
filepath As String,
colorSchemeName As String,
sizeName As String
)
Dim filepath As String
Dim colorSchemeName As String
Dim sizeName As String
Dim instance As New ThemeInfo(filepath,
colorSchemeName, sizeName)
public:
ThemeInfo(
String^ filepath,
String^ colorSchemeName,
String^ sizeName
)
new :
filepath : string *
colorSchemeName : string *
sizeName : string -> ThemeInfo
No code example is currently available or this language may not be supported.
Parameters
- filepath String
-
The theme filepath.
- colorSchemeName String
-
The theme color scheme name.
- sizeName String
- The theme size name.
ArgumentNullException
|
filepath or colorSchemeName or sizeName
|