ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridLength Structure / DataGridLength Constructor / DataGridLength Constructor(Double)
The amount of pixels.

In This Topic
    DataGridLength Constructor(Double)
    In This Topic
    Initializes a new instance of the DataGridLength struct.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal pixels As Double _
    )
    public DataGridLength( 
       double pixels
    )

    Parameters

    pixels
    The amount of pixels.
    See Also