GridLength Constructor(Double)
In This Topic
Initializes a new instance of the
GridLength struct.
Syntax
'Declaration
Public Function New( _
ByVal As Double _
)
'Usage
Dim value As Double
Dim instance As New GridLength(value)
public GridLength(
double
)
Parameters
- value
- The value.
See Also