Skip to content

Commit 785f4a5

Browse files
authored
fixed wrong links for Thickness constructors
1 parent a950ccc commit 785f4a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

windows.ui.xaml/thickness.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ This table shows the equivalent methods available in .NET and C++.
9393

9494
| .NET ([Thickness](/dotnet/api/windows.ui.xaml.thickness?view=dotnet-uwp-10.0&preserve-view=true)) | C++ ([ThicknessHelper](thicknesshelper.md)) |
9595
| ---- | --- |
96-
| [Thickness(Double)](/dotnet/api/windows.ui.xaml.gridlength.-ctor?view=dotnet-uwp-10.0&preserve-view=true#Windows_UI_Xaml_GridLength__ctor_System_Double_) | [FromUniformLength(Double)](thicknesshelper_fromuniformlength_155036416.md) |
97-
| [Thickness(Double, Double, Double, Double)](/dotnet/api/windows.ui.xaml.gridlength.-ctor?view=dotnet-uwp-10.0&preserve-view=true#Windows_UI_Xaml_GridLength__ctor_System_Double_Windows_UI_Xaml_GridUnitType_) | [FromLengths(Double, Double, Double, Double)](thicknesshelper_fromlengths_582957363.md) |
96+
| [Thickness(Double)](/dotnet/api/windows.ui.xaml.thickness.-ctor?view=dotnet-uwp-10.0&preserve-view=true#windows-ui-xaml-thickness-ctor(system-double)) | [FromUniformLength(Double)](thicknesshelper_fromuniformlength_155036416.md) |
97+
| [Thickness(Double, Double, Double, Double)](/dotnet/api/windows.ui.xaml.thickness.-ctor?view=dotnet-uwp-10.0&preserve-view=true#windows-ui-xaml-thickness-ctor(system-double-system-double-system-double-system-double)) | [FromLengths(Double, Double, Double, Double)](thicknesshelper_fromlengths_582957363.md) |
9898

9999
## -examples
100100

0 commit comments

Comments
 (0)