GridLength.IsStar 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 that is expressed as a weighted proportion of available space.
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Booleantrue if the GridUnitType property is GridUnitType.Star; otherwise, false.
See the "Star Sizing" section in GridLength.
Show: