Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 735 Bytes

gridlengthhelper_frompixels_1866456731.md

File metadata and controls

28 lines (18 loc) · 735 Bytes
-api-id -api-type
M:Windows.UI.Xaml.GridLengthHelper.FromPixels(System.Double)
winrt method

Windows.UI.Xaml.GridLengthHelper.FromPixels

-description

Creates a new GridLength value based on a fixed number of pixels. C# and Microsoft Visual Basic code should use the GridLength(Double) constructor instead.

-parameters

-param pixels

The pixel height or width to specify.

-returns

The created GridLength.

-remarks

-examples

-see-also