diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..a1071ea --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,14 @@ +{ + // Utilisez IntelliSense pour en savoir plus sur les attributs possibles. + // Pointez pour afficher la description des attributs existants. + // Pour plus d'informations, visitez : https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": ".NET MAUI", + "type": "maui", + "request": "launch", + "preLaunchTask": "maui: Build" + } + ] +} \ No newline at end of file diff --git a/ch02_DesigningViews/ex_OutlineText/MainPage.xaml b/ch02_DesigningViews/ex_OutlineText/MainPage.xaml index 71895cb..a09f2c5 100644 --- a/ch02_DesigningViews/ex_OutlineText/MainPage.xaml +++ b/ch02_DesigningViews/ex_OutlineText/MainPage.xaml @@ -89,6 +89,33 @@ BackgroundColor="DarkSalmon" Ratio="0.9"/> +