C# 클래스 SubLib.Core.Domain.Style

Represents a text style, including Bold, Italic and Underline.
상속: ICloneable
파일 보기 프로젝트 열기: GNOME/gnome-subtitles 1 사용 예제들

공개 메소드들

메소드 설명
Clone ( ) : object
Style ( ) : System

Initializes a new instance of the SubLib.Style class.

Style ( bool bold, bool italic, bool underline ) : System

Initializes a new instance of the Style class, given the specified style values.

ToString ( ) : string

메소드 상세

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Style() 공개 메소드

Initializes a new instance of the SubLib.Style class.
public Style ( ) : System
리턴 System

Style() 공개 메소드

Initializes a new instance of the Style class, given the specified style values.
public Style ( bool bold, bool italic, bool underline ) : System
bold bool Whether the text is bold.
italic bool Whether the text is italic.
underline bool Whether the text is underlined.
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string