Skip to content

Commit 98aa9ec

Browse files
Update CornerRadius.xml (#4736)
1 parent 8799119 commit 98aa9ec

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 radii of a rectangle's corners.</summary>
29+
<summary>Represents the radius 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 radii cannot be negative.
36+
The radius cannot be negative.
3737
3838
<a name="xamlAttributeUsage_Duration"></a>
3939
## XAML Attribute Usage

0 commit comments

Comments
 (0)