C# Class Alsing.SourceCode.TextStyle

Inheritance: ICloneable
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
Name string

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Clone ( ) : object
TextStyle ( ) : System

Default constructor

ToString ( ) : string

Méthodes protégées

Méthode Description
OnChange ( ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

OnChange() protected méthode

protected OnChange ( ) : void
Résultat void

TextStyle() public méthode

Default constructor
public TextStyle ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Name public_oe property

Name of the style
public string Name
Résultat string