C# Class WaveEngine.Components.UI.TextBlock

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

Private Properties

Property Type Description

Public Methods

Method Description
TextBlock ( ) : System

Initializes a new instance of the TextBlock class.

TextBlock ( string name ) : System

Initializes a new instance of the TextBlock class.

TextBlock ( string name, Type layer ) : System

Initializes a new instance of the TextBlock class.

Method Details

TextBlock() public method

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

TextBlock() public method

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

TextBlock() public method

Initializes a new instance of the TextBlock class.
public TextBlock ( string name, Type layer ) : System
name string The name.
layer System.Type The layer.
return System