C# 클래스 ColorCode.Style

Defines the styling for a given scope.
파일 보기 프로젝트 열기: Code52/ColourCode

공개 메소드들

메소드 설명
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.

메소드 상세

Style() 공개 메소드

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

ToString() 공개 메소드

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