1. DirectProperty->StyledProperty
有相当多的DirectProperty变成了StyledProperty,对于已经有的应用没用什么实质影响,但是此后有些本来不可以在Style中设置的属性也可以在Style中设置了。例如TextBlock.Text
2. Popup的Placement修改为与Flyout基本一致
3. ItemsControl增加了ItemsSource,用法与WPF相同。不再需要用Items了
4. NameGenerator已经合并进主仓库,需要删掉XamlNameReferenceGenerator这个引用
5. 增加了FontCollection(我还没用过,等研究透了再写文章解释)
6. 增加了很多很多AutomationPeer
7. DevTools 现在的属性显示和编辑更加人性化了
8. FluentTheme不再包含字体,字体需要单独引用Avalonia.Fonts.Inter
dotnet add package Avalonia.Fonts.Inter --version 11.0.0-preview6
标签:Style,preview6,Fonts,11.0,DirectProperty,Avalonia
From: https://www.cnblogs.com/rabbitdong/p/17243320.html