| GridLength Structure |
Namespace: Windows.UI.Xaml
public struct GridLength
The GridLength type exposes the following members.
| Name | Description | |
|---|---|---|
| GridLength(Double) |
Initializes a new instance of the Windows.UI.Xaml.GridLength
structure using the specified absolute value in pixels.
| |
| GridLength(Double, GridUnitType) |
Initializes a new instance of the Windows.UI.Xaml.GridLength
structure and specifies what kind of value it holds.
|
| Name | Description | |
|---|---|---|
| Clone |
Returns a new instance of Gridlength with the same properties values.
| |
| Equals(GridLength) |
Determines whether the specified Windows.UI.Xaml.GridLength
is equal to the current Windows.UI.Xaml.GridLength.
| |
| Equals(Object) |
Determines whether the specified object is equal to the
current Windows.UI.Xaml.GridLength instance.
(Overrides ValueTypeEquals(Object).) | |
| GetHashCode |
Gets a hash code for the Windows.UI.Xaml.GridLength.
(Overrides ValueTypeGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString |
Returns a System.String representation of the Windows.UI.Xaml.GridLength.
(Overrides ValueTypeToString.) |
| Name | Description | |
|---|---|---|
| Equality |
Compares two Windows.UI.Xaml.GridLength structures for
equality.
| |
| Inequality |
Compares two Windows.UI.Xaml.GridLength structures to
determine if they are not equal.
|
| Name | Description | |
|---|---|---|
| Auto |
Gets an instance of Windows.UI.Xaml.GridLength that holds
a value whose size is determined by the size properties of the content object.
| |
| GridUnitType |
Gets the associated Windows.UI.Xaml.GridUnitType for
the Windows.UI.Xaml.GridLength.
| |
| IsAbsolute |
Gets a value that indicates whether the Windows.UI.Xaml.GridLength
holds a value that is expressed in pixels.
| |
| IsAuto |
Gets a value that indicates whether the Windows.UI.Xaml.GridLength
holds a value whose size is determined by the size properties of the content
object.
| |
| IsStar |
Gets a value that indicates whether the Windows.UI.Xaml.GridLength
holds a value that is expressed as a weighted proportion of available space.
| |
| Value |
Gets a System.Double that represents the value of the
Windows.UI.Xaml.GridLength.
|