C# Class ColorCode.Style

Defines the styling for a given scope.
Afficher le fichier Open project: Code52/ColourCode

Méthodes publiques

Méthode Description
Style ( string scopeName ) : System.Drawing

Initializes a new instance of the Style class.

ToString ( ) : string

Returns a System.String that represents this instance.

Returns the scope name if specified, or String.Empty otherwise.

Method Details

Style() public méthode

Initializes a new instance of the Style class.
public Style ( string scopeName ) : System.Drawing
scopeName string The name of the scope the style defines.
Résultat System.Drawing

ToString() public méthode

Returns a System.String that represents this instance.
Returns the scope name if specified, or String.Empty otherwise.
public ToString ( ) : string
Résultat string