Skip to content

Commit cf7d85c

Browse files
JeroenOortwijnThraka
authored andcommitted
Update thickness remark (#2569)
You can specify the Thickness values in three ways, not two. Also added description of the two-value case. The wording can probably improved however...
1 parent 11db183 commit cf7d85c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Windows/Thickness.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<format type="text/markdown"><![CDATA[
3333
3434
## Remarks
35-
You can specify <xref:System.Windows.Thickness> values in two ways. If you pass four <xref:System.Double> values to the structure, they represent the <xref:System.Windows.Thickness.Left%2A>, <xref:System.Windows.Thickness.Top%2A>, <xref:System.Windows.Thickness.Right%2A> and <xref:System.Windows.Thickness.Bottom%2A> sides, respectively, of the bounding rectangle. You can also supply a single value, which applies a uniform value to all four sides of the bounding rectangle.
35+
You can specify <xref:System.Windows.Thickness> values in three ways. If you pass four <xref:System.Double> values to the structure, they represent the <xref:System.Windows.Thickness.Left%2A>, <xref:System.Windows.Thickness.Top%2A>, <xref:System.Windows.Thickness.Right%2A> and <xref:System.Windows.Thickness.Bottom%2A> sides, respectively, of the bounding rectangle. You can also supply two <xref:System.Double> values, the first value represents the Left and Right sides of the bounding rectangle and the second value represents the Top and Bottom sides of the bounding rectangle. You can also supply a single <xref:System.Double> value, which applies a uniform value to all four sides of the bounding rectangle.
3636
3737
<a name="xamlAttributeUsage_Thickness"></a>
3838
## XAML Attribute Usage
@@ -534,4 +534,4 @@
534534
</Docs>
535535
</Member>
536536
</Members>
537-
</Type>
537+
</Type>

0 commit comments

Comments
 (0)