GridLength Properties |
The GridLength type exposes the following members.
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.
|