C# Class Nexus.Client.Games.Theme

Describes visual features of an application.
显示文件 Open project: NexusMods/NexusModManager-4.5 Class Usage Examples

Public Methods

Method Description
Theme ( Icon p_icnIcon, Color p_clrPrimary, FontSetGroup p_fsgFontSets ) : System

A simple constructor that initializes the theme.

Method Details

Theme() public method

A simple constructor that initializes the theme.
public Theme ( Icon p_icnIcon, Color p_clrPrimary, FontSetGroup p_fsgFontSets ) : System
p_icnIcon System.Drawing.Icon The icon to use for this theme.
p_clrPrimary Color The theme's primary colour.
p_fsgFontSets Nexus.UI.FontSetGroup The theme's font sets.
return System