CSSValue Constructor(Single,eCSSUnit)
Constructs the class with the specified unit type, and value.
'Declaration
Public Function New( _
ByVal As Single, _
ByVal As eCSSUnit _
)
Parameters
- aValue
- The value to construct the class with.
- aUnit
- The unit type to construct the class with. Should be eCSSUnit.Percent.