Skip to content

Commit d3879b0

Browse files
Liono2010gewarren
authored andcommitted
Correcting a Property Value Mistake (#3712)
HorizontalAlignment property value has been incorrectly mentioned as System.Windows.VerticalAlignment.Stretch. I have corrected it as System.Windows.HorizontalAlignment.Stretch.
1 parent 82d4a67 commit d3879b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Windows.Controls/GridResizeBehavior.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The behavior of the <xref:System.Windows.Controls.GridSplitter.ResizeBehavior%2A
4242
4343
- When the <xref:System.Windows.FrameworkElement.HorizontalAlignment%2A> property is set to <xref:System.Windows.HorizontalAlignment.Center?displayProperty=nameWithType>, space is redistributed between the columns that are to the left and right of the column that is specified for the <xref:System.Windows.Controls.GridSplitter>.
4444
45-
- When the <xref:System.Windows.FrameworkElement.HorizontalAlignment%2A> property is set to <xref:System.Windows.VerticalAlignment.Stretch?displayProperty=nameWithType>, space is redistributed between the columns that are to the left and right of the column that is specified for the <xref:System.Windows.Controls.GridSplitter>.
45+
- When the <xref:System.Windows.FrameworkElement.HorizontalAlignment%2A> property is set to <xref:System.Windows.HorizontalAlignment.Stretch?displayProperty=nameWithType>, space is redistributed between the columns that are to the left and right of the column that is specified for the <xref:System.Windows.Controls.GridSplitter>.
4646
4747
]]></format>
4848
</remarks>

0 commit comments

Comments
 (0)