[]
Implements the operator +.
public static GridLength operator +(GridLength l1, GridLength l2)
Public Shared Operator +(l1 As GridLength, l2 As GridLength) As GridLength
| Type | Name | Description |
|---|---|---|
| GridLength | l1 | The l1. |
| GridLength | l2 | The l2. |
| Type | Description |
|---|---|
| GridLength | The result of the operator. |