C# Class WaveEngine.Components.UI.StackPanel

StackPanel decorate class
Inheritance: UIBase
Show file Open project: WaveEngine/Components Class Usage Examples

Public Methods

Method 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 method

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

Remove() public method

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

StackPanel() public method

Initializes a new instance of the StackPanel class.
public StackPanel ( ) : System
return System

StackPanel() public method

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