ComponentOne DataGrid for WPF and Silverlight
DataGridLength Constructor(Double,DataGridUnitType)

C1.WPF.DataGrid Namespace > DataGridLength Structure > DataGridLength Constructor : DataGridLength Constructor(Double,DataGridUnitType)
The value.
The type of unit used to express the length.
Initializes a new instance of the DataGridLength struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As System.Double, _
   ByVal type As DataGridUnitType _
)
public DataGridLength( 
   System.double value,
   DataGridUnitType type
)

Parameters

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

Reference

DataGridLength Structure
DataGridLength Members
Overload List