ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSValue Structure / CSSValue Constructor / CSSValue Constructor(Int32,eCSSUnit)
The integer value to construct the class with.
The unit type to construct the class with. Shold be Integer or Enumerated.

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

Parameters

aValue
The integer value to construct the class with.
aUnit
The unit type to construct the class with. Shold be Integer or Enumerated.
See Also