ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSValue Structure
Members

In This Topic
    CSSValue Structure
    In This Topic
    Encapsulates a value for a CSSProperty.
    Object Model
    CSSValue Structure
    Syntax
    'Declaration
     
    Public Structure CSSValue 
       Inherits System.ValueType
    public struct CSSValue : System.ValueType 
    Remarks
    When callign any of the Get...Value() properties the current unit type must be valid. Ensure the unit type is valid using CSSValue.Unit.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          DDCssLib.CSSValue

    See Also