| C1.Android.Grid Assembly > C1.Android.Grid Namespace : GridLength Structure |
The following tables list the members exposed by GridLength.
| Name | Description | |
|---|---|---|
![]() | GridLength Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() ![]() | Auto | A ready to reuse GridLength of GridUnitType.Auto. |
![]() | GridUnitType | Gets the GridUnitType of the GridLength |
![]() | IsAbsolute | Gets wether or not the GridUnitType of the GridLength is GridUnitType.Absolute. |
![]() | IsAuto | Gets wether or not the GridUnitType of the GridLength is GridUnitType.Auto. |
![]() | IsStar | Gets a value that indicates whether the GridUnitType of the GridLength is GridUnitType.Star. |
![]() ![]() | Star | A ready to reuse GridLength of GridUnitType.Star with a Value of 1. |
![]() | Value | Gets the Value of the GridLength. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified System.Object, is equal to this instance. |
![]() | GetHashCode | Serves as the default hash function. |
![]() | ToString | Returns a string that represents the current object. |
Addition | Implements the operator +. |
Implicit Type Conversion | Casting operator to convert a double into a GridLength of type GridUnitType.Absolute. |