Interface ITheme
The theme settings of the main application.
Namespace: DesktopMagicPluginAPI
Assembly: DesktopMagicPluginAPI.dll
Syntax
public interface ITheme
Properties
| Improve this Doc View SourceBackgroundColor
Gets the background color of the current theme.
Declaration
Color BackgroundColor { get; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Color |
CornerRadius
Gets the corner radius of the current theme.
Declaration
int CornerRadius { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Font
Gets the font of the current theme.
Declaration
string Font { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Margin
Gets the corner radius of the current theme.
Declaration
int Margin { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
PrimaryColor
Gets the primary color of the current theme.
Declaration
Color PrimaryColor { get; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Color |
SecondaryColor
Gets the secondary color of the current theme.
Declaration
Color SecondaryColor { get; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Color |