Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 676 Bytes

gridlengthhelper_frompixels_1866456731.md

File metadata and controls

30 lines (18 loc) · 676 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.GridLengthHelper.FromPixels(System.Double)
winrt method

Microsoft.UI.Xaml.GridLengthHelper.FromPixels

-description

Creates a new GridLength value based on a fixed number of pixels. C# 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