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