RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Length Structure / C1Length Constructor / C1Length Constructor(Double)
Number of pixels.

In This Topic
    C1Length Constructor(Double)
    In This Topic
    Initializes a new C1Length with a pixel length.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal pixels As Double _
    )
    public C1Length( 
       double pixels
    )

    Parameters

    pixels
    Number of pixels.
    See Also