RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Length Structure / C1Length Constructor / C1Length Constructor(Double,C1LengthUnitType)
Length value.
Length type.

In This Topic
    C1Length Constructor(Double,C1LengthUnitType)
    In This Topic
    Initializes a new C1Length.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As Double, _
       ByVal type As C1LengthUnitType _
    )
    public C1Length( 
       double value,
       C1LengthUnitType type
    )

    Parameters

    value
    Length value.
    type
    Length type.
    See Also