MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSValue Structure
Members

CSSValue Structure
Encapsulates a value for a CSSProperty.
Object Model
CSSValue Structure
Syntax
'Declaration
 
Public Structure CSSValue 
   Inherits 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