lepoco / wpfui

WPF UI provides the Fluent experience in your known and loved WPF framework. Intuitive design, themes, navigation and new immersive controls. All natively and effortlessly.
https://wpfui.lepo.co
MIT License
7.03k stars 666 forks source link

ProgressRing not working #1106

Closed Siox0911 closed 1 month ago

Siox0911 commented 1 month ago

Describe the bug

xmlns:ui2="http://schemas.lepo.co/wpfui/2022/xaml"

<ui2:ProgressRing Height="150" Width="150" IsIndeterminate="True" Foreground="Black" BorderThickness="4"/>

To Reproduce

Open new Project, add nuget WPF-UI Create new namespace in WPF. Add Control ProgressRing

Expected behavior

image

Screenshots

image image

OS version

Windows 11

.NET version

.Net 8.0

WPF-UI NuGet version

3.0.4

Additional context

No response

Siox0911 commented 1 month ago

Done, I had forgotten to load the corresponding themes in App.xaml.cs. Although I was able to use the ARC class as normal.