C# Класс Mono.Terminal.Label

Label widget, displays a string at a given position.
Наследование: Widget
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
Color int

Защищенные свойства (Protected)

Свойство Тип Описание
text string

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

Метод Описание
Label ( int x, int y, string s ) : System

Public constructor: creates a label at the given coordinate with the given string.

Redraw ( ) : void

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

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

Public constructor: creates a label at the given coordinate with the given string.
public Label ( int x, int y, string s ) : System
x int
y int
s string
Результат System

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

public Redraw ( ) : void
Результат void

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

Color публичное свойство

public int Color
Результат int

text защищенное свойство

protected string text
Результат string