C# Класс Sphere.Core.Editor.Style

A styling object that can be applied when themeing the editor components.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Default Style

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

Метод Описание
Apply ( Control ctrl ) : void

Adds this style to the .NET control.

Style ( Color back, Color front, Font font = null ) : System.Drawing

Constructs a new instance of the style object.

Приватные методы

Метод Описание
Style ( ) : System.Drawing

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

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

Adds this style to the .NET control.
public Apply ( Control ctrl ) : void
ctrl System.Windows.Forms.Control
Результат void

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

Constructs a new instance of the style object.
public Style ( Color back, Color front, Font font = null ) : System.Drawing
back System.Drawing.Color Back color.
front System.Drawing.Color Text color.
font System.Drawing.Font Font to use.
Результат System.Drawing

Описание свойств

Default публичное статическое свойство

Gets the default OS style.
public static Style,Sphere.Core.Editor Default
Результат Style