ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSDeclaration Class
Members

In This Topic
    CSSDeclaration Class
    In This Topic
    CSSDeclaration represents the declaration block of a CSS rule. Provides a programmatic interface directly to the CSS declarations.
    Object Model
    CSSDeclaration Class
    Syntax
    'Declaration
     
    Public Class CSSDeclaration 
    public class CSSDeclaration 
    Remarks
    Use the publicly accessable m_pXxxx structs to retrieve known property values. Unknown properties and their text values are available in the publicly accessable m_unknownPropTable variable. Use AppendValue to append values to this CSSDeclaration.
    Inheritance Hierarchy

    System.Object
       DDCssLib.CSSDeclaration

    See Also