C# Class ColorCode.Style

Defines the styling for a given scope.
Show file Open project: Code52/ColourCode

Public Methods

Method 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 method

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

ToString() public method

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