[]
Returns the rule with the specified class name. If the rule is not in this stylesheet, Normal stylesheet will be returned as default
public StyleSheetRule GetRuleByClassName(string className)
| Type | Name | Description |
|---|---|---|
| string | className | The case insensitive class name |
| Type | Description |
|---|---|
| StyleSheetRule | The stylesheet rule with the specified class name. |