GridLength.IsAuto Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a value that indicates whether the GridLength holds a value whose size is determined by the size properties of the content object.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Booleantrue if the GridUnitType property is GridUnitType.Auto; otherwise, false.
The default GridUnitType value is GridUnitType.Auto. Therefore, this property returns true if you do not specify a GridUnitType when creating the instance.
Show: