Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 831 Bytes

thicknesshelper_fromuniformlength_155036416.md

File metadata and controls

32 lines (18 loc) · 831 Bytes
-api-id -api-type
M:Windows.UI.Xaml.ThicknessHelper.FromUniformLength(System.Double)
winrt method

Windows.UI.Xaml.ThicknessHelper.FromUniformLength

-description

Creates a new Thickness value using a uniform value for all the element values. C# and Microsoft Visual Basic code should use the Thickness(Double) constructor instead.

-parameters

-param uniformLength

The uniform value to apply to all four of the Thickness element values.

-returns

The created Thickness.

-remarks

-examples

-see-also