Defines a theme object for the MPfm main window.
Declaration Syntax
C# | Visual Basic |
public class MainWindowTheme
Public Class MainWindowTheme
Members
All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
MainWindowTheme()()()() |
Default constructor for the MainWindowTheme class.
| |
Equals(Object) | (Inherited from Object.) | |
Finalize()()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PanelFontMonospaced |
Defines the main panel monospaced font.
| |
PanelFontSmallMonospaced |
Defines the main panel small monospaced font.
| |
PanelFontText |
Defines the main panel text font.
| |
PanelFontTitle |
Defines the main panel title font.
| |
PanelFontTitle2 |
Defines the main panel title 2 font.
| |
PanelFontTitle3 |
Defines the main panel title 3 font.
| |
PanelTheme |
Defines the main panel theme.
| |
SecondaryPanelFontLabel |
Defines the secondary panel label font.
| |
SecondaryPanelFontLinkLabel |
Defines the secondary panel link label font.
| |
SecondaryPanelTheme |
Defines the secondary panel theme.
| |
ToolbarBackground |
Defines the toolbar background gradient.
| |
ToolbarButtonTheme |
Defines the toolbar button theme.
| |
ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
Object | |
MainWindowTheme |