Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 978 Bytes

thicknesshelper_fromlengths_582957363.md

File metadata and controls

44 lines (24 loc) · 978 Bytes
-api-id -api-type
M:Windows.UI.Xaml.ThicknessHelper.FromLengths(System.Double,System.Double,System.Double,System.Double)
winrt method

Windows.UI.Xaml.ThicknessHelper.FromLengths

-description

Creates a Thickness value based on element values. C# and Microsoft Visual Basic code should use the Thickness(Double,Double,Double,Double) constructor instead.

-parameters

-param left

The initial Left.

-param top

The initial Top.

-param right

The initial Right.

-param bottom

The initial Bottom.

-returns

The created Thickness.

-remarks

-examples

-see-also