[]
Initializes a new instance of the EmbeddedStyleSheet class using a specified name and stylesheet.
public EmbeddedStyleSheet(string name, StyleSheet styleSheet)
| Type | Name | Description |
|---|---|---|
| string | name | A string value indicating the name of the embedded stylesheet. |
| StyleSheet | styleSheet | A StyleSheet object containing the stylesheet data. |
Initializes a new instance of the EmbeddedStyleSheet class.
public EmbeddedStyleSheet()