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