Skip to content

Commit e439a6e

Browse files
committed
fixups
1 parent fb736c0 commit e439a6e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

windows.ui.xaml/recthelper_getbottom_1066401735.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public float GetBottom(Windows.Foundation.Rect target)
1111

1212
## -description
1313

14-
Gets a "Bottom" value for the specified [Rect](../windows.foundation/rect.md). So long as **Width** is positive, "Bottom" is evaluated as **Y** + **Height**. C# and Microsoft Visual Basic code should use [Rect.Bottom](/dotnet/api/windows.foundation.rect.bottom?view=dotnet-uwp-10.0&preserve-view=true) instead.
14+
Gets a "Bottom" value for the specified [Rect](../windows.foundation/rect.md). So long as the Rect is not the [Empty](recthelper_empty.md) Rect, "Bottom" is evaluated as **Y** + **Height**. C# and Microsoft Visual Basic code should use [Rect.Bottom](/dotnet/api/windows.foundation.rect.bottom?view=dotnet-uwp-10.0&preserve-view=true) instead.
1515

1616

1717

windows.ui.xaml/recthelper_getleft_1023490401.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public float GetLeft(Windows.Foundation.Rect target)
1111

1212
## -description
1313

14-
Gets a "Left" value for the specified [Rect](../windows.foundation/rect.md). So long as **Width** is positive, "Left" is evaluated as **X**. C# and Microsoft Visual Basic code should use [Rect.Left](/dotnet/api/windows.foundation.rect.left?view=dotnet-uwp-10.0&preserve-view=true) instead.
14+
Gets a "Left" value for the specified [Rect](../windows.foundation/rect.md). So long as the Rect is not the [Empty](recthelper_empty.md) Rect, "Left" is evaluated as **X**. C# and Microsoft Visual Basic code should use [Rect.Left](/dotnet/api/windows.foundation.rect.left?view=dotnet-uwp-10.0&preserve-view=true) instead.
1515

1616

1717

windows.ui.xaml/recthelper_getright_1384154527.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public float GetRight(Windows.Foundation.Rect target)
1111

1212
## -description
1313

14-
Gets a "Right" value for the specified [Rect](../windows.foundation/rect.md). So long as **Width** is positive, "Right" is evaluated as **X** + **Width**. C# and Microsoft Visual Basic code should use [Rect.Right](/dotnet/api/windows.foundation.rect.right?view=dotnet-uwp-10.0&preserve-view=true) instead.
14+
Gets a "Right" value for the specified [Rect](../windows.foundation/rect.md). So long as the Rect is not the [Empty](recthelper_empty.md) Rect, "Right" is evaluated as **X** + **Width**. C# and Microsoft Visual Basic code should use [Rect.Right](/dotnet/api/windows.foundation.rect.right?view=dotnet-uwp-10.0&preserve-view=true) instead.
1515

1616

1717

windows.ui.xaml/recthelper_gettop_1602274045.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public float GetTop(Windows.Foundation.Rect target)
1111

1212
## -description
1313

14-
Gets a "Top" value for the specified [Rect](../windows.foundation/rect.md). So long as **Width** is positive, "Top" is evaluated as **Y**. C# and Microsoft Visual Basic code should use [Rect.Top](/dotnet/api/windows.foundation.rect.top?view=dotnet-uwp-10.0&preserve-view=true) instead.
14+
Gets a "Top" value for the specified [Rect](../windows.foundation/rect.md). So long as the Rect is not the [Empty](recthelper_empty.md) Rect, "Top" is evaluated as **Y**. C# and Microsoft Visual Basic code should use [Rect.Top](/dotnet/api/windows.foundation.rect.top?view=dotnet-uwp-10.0&preserve-view=true) instead.
1515

1616

1717

0 commit comments

Comments
 (0)