Nevron Open Vision Documentation
Nevron.Nov.Formats.Html Namespace / NCssMultiLength Structure / NCssMultiLength Constructor / NCssMultiLength Constructor(Double,ENCssMultiLengthUnit)


In This Topic
    NCssMultiLength Constructor(Double,ENCssMultiLengthUnit)
    In This Topic
    Initializing constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As System.Double, _
       ByVal unit As ENCssMultiLengthUnit _
    )
    'Usage
     
    
    Dim value As System.Double
    Dim unit As ENCssMultiLengthUnit
     
    Dim instance As New NCssMultiLength(value, unit)
    public NCssMultiLength( 
       System.double value,
       ENCssMultiLengthUnit unit
    )

    Parameters

    value
    unit
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also