Show / Hide Table of Contents

Interface ITheme

The theme settings of the main application.

Namespace: DesktopMagicPluginAPI
Assembly: DesktopMagicPluginAPI.dll
Syntax
public interface ITheme

Properties

| Improve this Doc View Source

BackgroundColor

Gets the background color of the current theme.

Declaration
Color BackgroundColor { get; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

CornerRadius

Gets the corner radius of the current theme.

Declaration
int CornerRadius { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Font

Gets the font of the current theme.

Declaration
string Font { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Margin

Gets the corner radius of the current theme.

Declaration
int Margin { get; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

PrimaryColor

Gets the primary color of the current theme.

Declaration
Color PrimaryColor { get; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

SecondaryColor

Gets the secondary color of the current theme.

Declaration
Color SecondaryColor { get; }
Property Value
Type Description
System.Drawing.Color
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX