ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / DDCssLib Namespace / CSSValue Structure / CSSValue Constructor / CSSValue Constructor(String,eCSSUnit)
The string value to construct the class with.
The unit type to construct the class with. Should be eCSSUnit.String, or eCSSUnit.Counters

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

    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
    See Also