C# Class WaveEngine.Components.UI.StackPanel

StackPanel decorate class
Inheritance: UIBase
Afficher le fichier Open project: WaveEngine/Components Class Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

Add() public méthode

Adds the specified UI.
UI component is null.
public Add ( UIBase ui ) : void
ui UIBase The UI.
Résultat void

Remove() public méthode

Removes the specified UI.
UI component is null.
public Remove ( UIBase ui ) : void
ui UIBase The UI.
Résultat void

StackPanel() public méthode

Initializes a new instance of the StackPanel class.
public StackPanel ( ) : System
Résultat System

StackPanel() public méthode

Initializes a new instance of the StackPanel class.
public StackPanel ( string name ) : System
name string The name.
Résultat System