Windows.UI.Xaml.GridLengthHelper
June 22, 2022 ยท View on GitHub
-description
Provides helper methods to evaluate or set GridLength values. C# and Microsoft Visual Basic code should use methods of GridLength instead.
-remarks
GridLength is a Windows Runtime structure that represents a factor for available-space measurements in rows or columns of a Grid.
GridLengthHelper is one of several Helper classes that are intended to provide utility methods for Windows Runtime structure values. C# and Microsoft Visual Basic code can use members of GridLength instead, because utility members are available directly on the structure due to .NET Framework runtime support. C++ code can only access the Value data value on GridLength. For C++ developers, approximately the same utility features that a Microsoft Visual Basic developer could use directly on GridLength are available in a static form on the GridLengthHelper class.
-examples
-see-also
Grid, GridLength, Define layouts with XAML