[]
Initializes a new instance of the GridLength struct.
public GridLength(double value)
| Type | Name | Description |
|---|---|---|
| double | value | The value. |
Initializes a new instance of the GridLength struct.
public GridLength(double value, GridUnitType type)
| Type | Name | Description |
|---|---|---|
| double | value | The value. |
| GridUnitType | type | The type. |