summaryrefslogtreecommitdiff
path: root/docs/Xamarin.Forms.Core/Xamarin.Forms/VisualElement.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Xamarin.Forms.Core/Xamarin.Forms/VisualElement.xml')
-rw-r--r--docs/Xamarin.Forms.Core/Xamarin.Forms/VisualElement.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Xamarin.Forms.Core/Xamarin.Forms/VisualElement.xml b/docs/Xamarin.Forms.Core/Xamarin.Forms/VisualElement.xml
index de79fe26..6202ab2d 100644
--- a/docs/Xamarin.Forms.Core/Xamarin.Forms/VisualElement.xml
+++ b/docs/Xamarin.Forms.Core/Xamarin.Forms/VisualElement.xml
@@ -1384,7 +1384,7 @@
<param name="widthConstraint">The available width for the element to use.</param>
<param name="heightConstraint">The available height for the element to use.</param>
<summary>This method is called during the measure pass of a layout cycle to get the desired size of an element.</summary>
- <returns>A <see cref="T:Xamarin.Forms.SizeRequest&gt;" /> which contains the desired size of the element.</returns>
+ <returns>A <see cref="T:Xamarin.Forms.SizeRequest" /> which contains the desired size of the element.</returns>
<remarks>The results of this method will be (-1, -1) if the element has not yet been realized with a platform specific backing control. Overriding this method does not require a call to the base class so long as a valid SizeRequest is returned.</remarks>
</Docs>
</Member>