C# Класс ColorCode.Style

Defines the styling for a given scope.
Показать файл Открыть проект

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

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

Initializes a new instance of the Style class.

ToString ( ) : string

Returns a System.String that represents this instance.

Returns the scope name if specified, or String.Empty otherwise.

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

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

Initializes a new instance of the Style class.
public Style ( string scopeName ) : System.Drawing
scopeName string The name of the scope the style defines.
Результат System.Drawing

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

Returns a System.String that represents this instance.
Returns the scope name if specified, or String.Empty otherwise.
public ToString ( ) : string
Результат string