[]
        
(Showing Draft Content)

DDCssLib.StyleSheetRule.ClassName

ClassName Property

ClassName

Gets/sets the ClassName of this StyleSheetRule. This value can be used to retrieve the stylesheet rule from it's parent stylesheet.

Declaration
public string ClassName { get; set; }
Implements