v0.9.27
- Added title bar button availability controls, which means you can control whether to enable, disable, or hide any button you want. (#48)
- Remade the FontIcon component and added Fluent System Icons support.
For example, the code in previous versions:should be changed to:<ui:FontIcon Glyph="{x:Static SegoeIcons.Save}"/>
You can also use Fluent System Icons like this (no need to specify FontFamily)<ui:FontIcon Icon="{x:Static SegoeFluentIcons.Save}"/>
<ui:FontIcon Icon="{x:Static ui:FluentSystemIcons.WindowSettings_20_Regular}"/>
- Added a few samples.
- Fixed some other bugs
Coming soon!
We're still working on our documentation site. And a complete document set will be coming soon.
You can preview, edit or contribute on this repo: https://github.com/iNKORE-NET/Documentation
(Please follow the guidelines when contributing)