[]
Adds a new Style object with the specified name to the collection.
public void Add(string name)
| Type | Name | Description |
|---|---|---|
| string | name |
Adds a new Style object to the collection and sets its parent style to the specified parent Style.
public void Add(string name, string nameOfParent)
| Type | Name | Description |
|---|---|---|
| string | name | |
| string | nameOfParent |
Adds the specified Style object to the collection.
public int Add(StyleSheetRule value)
| Type | Name | Description |
|---|---|---|
| StyleSheetRule | value |
| Type | Description |
|---|---|
| int |