Name | Description | |
---|---|---|
![]() | GridLength Constructor | Overloaded. |
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 whether or not the GridUnitType of the GridLength is GridUnitType.Absolute. |
![]() | IsAuto | Gets whether 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 | Returns a hash code for this instance. |
![]() ![]() | Parse | Parses a string into a GridLength. |
![]() | ToString | Returns a System.String that represents this instance. |
![]() | Implements the operator +. |
![]() | Overloaded. Casting operator to convert a double into a GridLength of type GridUnitType.Absolute. |