Click or drag to resize
GridLength Properties

The GridLength type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAuto
Gets an instance of Windows.UI.Xaml.GridLength that holds a value whose size is determined by the size properties of the content object.
Public propertyGridUnitType
Gets the associated Windows.UI.Xaml.GridUnitType for the Windows.UI.Xaml.GridLength.
Public propertyIsAbsolute
Gets a value that indicates whether the Windows.UI.Xaml.GridLength holds a value that is expressed in pixels.
Public propertyIsAuto
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.
Public propertyIsStar
Gets a value that indicates whether the Windows.UI.Xaml.GridLength holds a value that is expressed as a weighted proportion of available space.
Public propertyValue
Gets a System.Double that represents the value of the Windows.UI.Xaml.GridLength.
Top
See Also