Method | Description | |
---|---|---|
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 |
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. |
return | System |