Method Add
Add(Style)
Adds a style definition.
public void Add(Style style)
Parameters
styleStyleThe style to add.
Exceptions
- ArgumentNullException
styleis null.- InvalidOperationException
A style with the same id already exists.
Adds a style definition.
public void Add(Style style)
style StyleThe style to add.
style is null.
A style with the same id already exists.