C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridLength Structure / Addition Operator
The l1.
The l2.


In This Topic
Addition Operator
In This Topic
Implements the operator +.
Syntax
'Declaration
 
Public Operator +( _
   ByVal l1 As GridLength, _
   ByVal l2 As GridLength _
) As GridLength
 
'Usage
 

Parameters

l1
The l1.
l2
The l2.

Return Value

The result of the operator.
See Also