UiPath.Studio.Api.Theme
In this section you can find more information on how to build activities using UiPath.Studio.Api.Theme.
IThemeService
The entry point for theme related functionality.
Methods
int GetThemeType()
An entry from ThemeType as int.
ThemeType
List of themes supported in Studio,
Properties
| Name | Value | Description |
|---|---|---|
| Light | 0 | The light theme. |
| Dark | 1 | The dark theme. |
| HighContrast | 2 | The high contrast theme. |