C# Класс Nexus.Client.Games.Theme

Describes visual features of an application.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Theme ( Icon p_icnIcon, Color p_clrPrimary, FontSetGroup p_fsgFontSets ) : System

A simple constructor that initializes the theme.

Описание методов

Theme() публичный Метод

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.
Результат System