Method AddCustomStyles
AddCustomStyles(StyleSheet)
Adds custom style for all targeted elements.
Declaration
public abstract void AddCustomStyles(StyleSheet styleSheet)
Parameters
Type | Name |
---|---|
StyleSheet | styleSheet |
AddCustomStyles(params StyleSheet[])
Adds custom styles for all targeted elements.
Declaration
public void AddCustomStyles(params StyleSheet[] styleSheets)
Parameters
Type | Name |
---|---|
StyleSheet[] | styleSheets |