StyleSheetRule Constructor
In This Topic
Overload List
Overload | Description |
StyleSheetRule Constructor() | The default constructor for StyleSheetRule. A new empty CSSDeclaration will be used, the parent StyleSheetRule and ParentStyleSheet will be null. The ClassName will be String.Empty. |
StyleSheetRule Constructor(String,String,StyleSheet) | Creates an instance of StyleSheetRule that will use the specified ClassName, CSSText, and ParentStyleSheet. |
StyleSheetRule Constructor(String,String,String) | Creates an instance of StyleSheetRule that will use the specified ClassName, CSSText, and ParentStyleSheet. |
StyleSheetRule Constructor(String,String) | Creates an instance of StyleSheetRule that will use the specified ClassName, CSSText, and ParentStyleSheet. |
See Also