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

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

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

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

Adds the specified UI.

Remove ( UIBase ui ) : void

Removes the specified UI.

StackPanel ( ) : System

Initializes a new instance of the StackPanel class.

StackPanel ( string name ) : System

Initializes a new instance of the StackPanel 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

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

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

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

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