feat: add GroupBox.

This commit is contained in:
Zhang Dian
2025-09-02 16:19:00 +08:00
committed by rabbitism
parent a309729c11
commit 8f24b2f332
4 changed files with 23 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
<ResourceDictionary
xmlns="https://github.com/avaloniaui"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
x:CompileBindings="True">
<StaticResource x:Key="{x:Type GroupBox}" ResourceKey="GroupBox"/>
</ResourceDictionary>