From 19e900db409d2ee95b24110d88fb461010d5659d Mon Sep 17 00:00:00 2001 From: Jakub Florkowski <42434498+kubaflo@users.noreply.github.com> Date: Wed, 23 Oct 2024 15:11:18 +0200 Subject: [PATCH] Remove excessive BoxView API comments (#25399) --- .../docs/Microsoft.Maui.Controls/BoxView.xml | 55 ------------------- 1 file changed, 55 deletions(-) diff --git a/src/Controls/docs/Microsoft.Maui.Controls/BoxView.xml b/src/Controls/docs/Microsoft.Maui.Controls/BoxView.xml index ebc4d4ac6c85..2c2260c818aa 100644 --- a/src/Controls/docs/Microsoft.Maui.Controls/BoxView.xml +++ b/src/Controls/docs/Microsoft.Maui.Controls/BoxView.xml @@ -29,61 +29,6 @@ A used to draw a solid colored rectangle. - - BoxView is a useful stand-in for images or custom elements when doing initial prototyping. BoxView has a default size request of 40x40. If you need a different size, assign the and properties. - - The example below creates a red with the default width and height. - ]]> - - The following example shows a basic use: - - - - - - -