From 67cb96b4b37e7beb3922cc69713fb62896b30392 Mon Sep 17 00:00:00 2001 From: Aaron Mark Date: Tue, 18 Aug 2026 07:07:41 +0300 Subject: [PATCH] feat: port HelloWorld sample to Fluent theme Apply PresentationFramework.Fluent resources, target net9.0-windows, and refresh the window layout so HelloWorld showcases Fluent styles. Addresses part of #680 (HelloWorld sample only). Signed-off-by: Aaron Mark --- Getting Started/HelloWorld/App.xaml | 10 +++++++- Getting Started/HelloWorld/HelloWorld.csproj | 2 +- Getting Started/HelloWorld/MainWindow.xaml | 25 +++++++++++++++----- 3 files changed, 29 insertions(+), 8 deletions(-) diff --git a/Getting Started/HelloWorld/App.xaml b/Getting Started/HelloWorld/App.xaml index b3cc74fab..2f130d9c0 100644 --- a/Getting Started/HelloWorld/App.xaml +++ b/Getting Started/HelloWorld/App.xaml @@ -2,4 +2,12 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="clr-namespace:HelloWorld" - StartupUri="MainWindow.xaml"/> \ No newline at end of file + StartupUri="MainWindow.xaml"> + + + + + + + + diff --git a/Getting Started/HelloWorld/HelloWorld.csproj b/Getting Started/HelloWorld/HelloWorld.csproj index 17971ab6d..9267ed3c5 100644 --- a/Getting Started/HelloWorld/HelloWorld.csproj +++ b/Getting Started/HelloWorld/HelloWorld.csproj @@ -1,6 +1,6 @@ - net8.0-windows + net9.0-windows true false WinExe diff --git a/Getting Started/HelloWorld/MainWindow.xaml b/Getting Started/HelloWorld/MainWindow.xaml index 08ceeb8e3..1e73dc78c 100644 --- a/Getting Started/HelloWorld/MainWindow.xaml +++ b/Getting Started/HelloWorld/MainWindow.xaml @@ -5,10 +5,23 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:HelloWorld" mc:Ignorable="d" - Title="MainWindow" Height="350" Width="525" Icon="app.ico"> - - - Hello, World! - + Title="Hello World" + Height="350" + Width="525" + Icon="app.ico"> + + + + +