UtilThemingSetSystemVisualTheme Method
Sets the system visual theme.
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 static void SetSystemVisualTheme(
string filePath,
string colorName,
string sizeName
)
Public Shared Sub SetSystemVisualTheme (
filePath As String,
colorName As String,
sizeName As String
)
Dim filePath As String
Dim colorName As String
Dim sizeName As String
UtilTheming.SetSystemVisualTheme(filePath,
colorName, sizeName)
public:
static void SetSystemVisualTheme(
String^ filePath,
String^ colorName,
String^ sizeName
)
static member SetSystemVisualTheme :
filePath : string *
colorName : string *
sizeName : string -> unit
No code example is currently available or this language may not be supported.
Parameters
- filePath String
-
The theme file path.
- colorName String
-
The coor scheme name.
- sizeName String
-
The size name.
This is a code example.
No code example is currently available or this language may not be supported.
Theming.SetSystemVisualTheme("C:\ThemeName.msstyles", "NormalColor", "NormalSize")
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.