C# Class ExamplesFx.ColorCode.Style

Defines the styling for a given scope.
Show file Open project: MarcosMeli/ExamplesFx

Public Methods

Method Description
Style ( string scopeName ) : System

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
scopeName string The name of the scope the style defines.
return System

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