MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSValue Structure / CSSValue Constructor / CSSValue Constructor(Single,eCSSUnit)
The value to construct the class with.
The unit type to construct the class with. Should be eCSSUnit.Percent.

In This Topic
CSSValue Constructor(Single,eCSSUnit)
In This Topic
Constructs the class with the specified unit type, and value.
Syntax
'Declaration
 
Public Function New( _
   ByVal aValue As Single, _
   ByVal aUnit As eCSSUnit _
)
 

Parameters

aValue
The value to construct the class with.
aUnit
The unit type to construct the class with. Should be eCSSUnit.Percent.
See Also