Skip to content

Commit 65c0989

Browse files
authored
Revert "CornerRadius.xml - typo fixed" (#4766)
* Revert "Update CornerRadius.xml (#4736)" This reverts commit 98aa9ec. * suggestion by mairaw
1 parent 11c7735 commit 65c0989

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Windows/CornerRadius.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
</Attribute>
2727
</Attributes>
2828
<Docs>
29-
<summary>Represents the radius of a rectangle's corners.</summary>
29+
<summary>Represents the radiuses of a rectangle's corners.</summary>
3030
<remarks>
3131
<format type="text/markdown"><![CDATA[
3232
3333
## Remarks
3434
This class has four properties, <xref:System.Windows.CornerRadius.TopLeft%2A>, <xref:System.Windows.CornerRadius.TopRight%2A>, <xref:System.Windows.CornerRadius.BottomLeft%2A>, and <xref:System.Windows.CornerRadius.BottomRight%2A>, corresponding to the individual corners of the rectangle. Each is a <xref:System.Double> structure that can be set independently of the others.
3535
36-
The radius cannot be negative.
36+
The radiuses cannot be negative.
3737
3838
<a name="xamlAttributeUsage_Duration"></a>
3939
## XAML Attribute Usage

0 commit comments

Comments
 (0)