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 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 | Returns a hash code for this instance. | |
ToString | Returns a System.String that represents this instance. |
Addition | Implements the operator +. |
Implicit Type Conversion | Casting operator to convert a double into a GridLength of type GridUnitType.Absolute. |