ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridLength Structure / DataGridLength Constructor / DataGridLength Constructor(Double,DataGridUnitType)
The value.
The type of unit used to express the length.

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

    Parameters

    value
    The value.
    type
    The type of unit used to express the length.
    See Also