C# Class Alsing.SourceCode.TextStyle

Inheritance: ICloneable
Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
Name string

Private Properties

Property Type Description

Public Methods

Method Description
Clone ( ) : object
TextStyle ( ) : System

Default constructor

ToString ( ) : string

Protected Methods

Method Description
OnChange ( ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

OnChange() protected method

protected OnChange ( ) : void
return void

TextStyle() public method

Default constructor
public TextStyle ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Name public_oe property

Name of the style
public string Name
return string