[]
        
(Showing Draft Content)

DDCssLib.StyleSheet.GetRuleByClassName

GetRuleByClassName Method

GetRuleByClassName(string)

Returns the rule with the specified class name. If the rule is not in this stylesheet, Normal stylesheet will be returned as default

Declaration
public StyleSheetRule GetRuleByClassName(string className)
Parameters
Type Name Description
string className

The case insensitive class name

Returns
Type Description
StyleSheetRule

The stylesheet rule with the specified class name.