C# Класс WaveEngine.Components.UI.WrapPanel

WrapPanel decorate class
Наследование: UIBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Add ( UIBase ui ) : void

Adds the specified UI.

Remove ( UIBase ui ) : void

Removes the specified UI.

WrapPanel ( ) : System

Initializes a new instance of the WrapPanel class.

WrapPanel ( string name ) : System

Initializes a new instance of the WrapPanel class.

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

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

Adds the specified UI.
UI component is null.
public Add ( UIBase ui ) : void
ui UIBase The UI.
Результат void

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

Removes the specified UI.
UI component is null.
public Remove ( UIBase ui ) : void
ui UIBase The UI.
Результат void

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

Initializes a new instance of the WrapPanel class.
public WrapPanel ( ) : System
Результат System

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

Initializes a new instance of the WrapPanel class.
public WrapPanel ( string name ) : System
name string The name.
Результат System