C# Class WaveEngine.Components.UI.TextBlock

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

TextBlock() public méthode

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

TextBlock() public méthode

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