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