public struct GridLength : IEquatable<GridLength>Public Structure GridLength
Implements IEquatable(Of GridLength)[<SealedAttribute>]
type GridLength =
struct
inherit ValueType
interface IEquatable<GridLength>
end| GridLength(Double) | Initializes a new instance of the GridLength struct. |
| GridLength(Double, GridUnitType) | Initializes a new instance of the GridLength struct. |
| Auto | Gets an instance of GridLength that indicates that a row or column should auto-size to fit its content. |
| GridUnitType | Gets the unit of the GridLength. |
| IsAbsolute | Gets a value that indicates whether the GridLength has a GridUnitType of Pixel. |
| IsAuto | Gets a value that indicates whether the GridLength has a GridUnitType of Auto. |
| IsStar | Gets a value that indicates whether the GridLength has a GridUnitType of Star. |
| Star | Gets an instance of GridLength that indicates that a row or column should fill its content. |
| Value | Gets the length. |
| Equals(GridLength) | Compares two GridLength structures for equality. |
| Equals(Object) |
Determines whether the GridLength is equal to the specified object.
(Overrides ValueTypeEquals(Object)) |
| GetHashCode |
Gets a hash code for the GridLength.
(Overrides ValueTypeGetHashCode) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| Parse(String) | Parses a string to return a GridLength. |
| ParseLengths(String) | Parses a string to return a collection of GridLengths. |
| ToString |
Gets a string representation of the GridLength.
(Overrides ValueTypeToString) |
| Equality(GridLength, GridLength) | Compares two GridLength structures for equality. |
| Inequality(GridLength, GridLength) | Compares two GridLength structures for inequality. |