GridLength::IsAuto Property
.NET Framework (current version)
Gets a value that indicates whether the GridLength holds a value whose size is determined by the size properties of the content object.
Assembly: PresentationFramework (in PresentationFramework.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.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: