XamlCSS.WPF
1.0.4
See the version list below for details.
dotnet add package XamlCSS.WPF --version 1.0.4
NuGet\Install-Package XamlCSS.WPF -Version 1.0.4
<PackageReference Include="XamlCSS.WPF" Version="1.0.4" />
paket add XamlCSS.WPF --version 1.0.4
#r "nuget: XamlCSS.WPF, 1.0.4"
// Install XamlCSS.WPF as a Cake Addin #addin nuget:?package=XamlCSS.WPF&version=1.0.4 // Install XamlCSS.WPF as a Cake Tool #tool nuget:?package=XamlCSS.WPF&version=1.0.4
Style WPF-apps with Css
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NETPlatform | dotnet is compatible. |
MonoAndroid | monoandroid10 is compatible. |
Universal Windows Platform | uap was computed. uap10.0 is compatible. |
Windows Phone | wp8 is compatible. wp81 was computed. wpa81 is compatible. |
Xamarin.iOS | xamarinios10 is compatible. |
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.2.1-pre2 | 497 | 5/1/2020 |
2.2.1-pre1 | 468 | 4/4/2020 |
2.2.0 | 1,748 | 2/10/2019 |
2.2.0-pre7 | 744 | 9/5/2018 |
2.2.0-pre6 | 682 | 8/31/2018 |
2.2.0-pre5 | 851 | 5/12/2018 |
2.2.0-pre4 | 779 | 5/6/2018 |
2.2.0-pre3 | 925 | 5/1/2018 |
2.2.0-pre2 | 772 | 4/30/2018 |
2.2.0-pre1 | 839 | 2/11/2018 |
2.1.0 | 1,322 | 12/9/2017 |
2.0.1 | 1,074 | 7/23/2017 |
2.0.0 | 1,054 | 5/21/2017 |
2.0.0-pre1 | 857 | 2/9/2017 |
1.0.6 | 1,049 | 1/22/2017 |
1.0.5 | 990 | 1/21/2017 |
1.0.4 | 1,061 | 12/18/2016 |
1.0.3 | 1,031 | 11/29/2016 |
1.0.2 | 1,045 | 11/29/2016 |
1.0.1 | 989 | 11/22/2016 |
0.9.0-beta-1 | 775 | 9/10/2016 |
0.9.0-alpha-5 | 843 | 6/27/2016 |
0.9.0-alpha-4 | 826 | 6/26/2016 |
0.9.0-alpha-3 | 824 | 6/24/2016 |
0.9.0-alpha-2 | 848 | 6/17/2016 |
0.9.0-alpha | 878 | 5/22/2016 |
0.8.0 | 1,075 | 5/21/2016 |
0.8.0-beta-3 | 842 | 5/18/2016 |
0.8.0-beta | 1,300 | 5/16/2016 |
1.0.4
- Css namespacing support fixed
- Flickering when control added to view
1.0.3
- Fixed NullReferenceException
1.0.2
- Xaml-Designer Preview support
- CssParser Tokenizer fixed
- Better Logical-/Visual-Tree handling
1.0.1
- Define stylesheet in Xaml-files with css text
- Fixed selector specificity
1.0.0
- Performance/memory improvements: Caching dom-elements, dom-children,...
- Batch-Rendering
- Define stylesheet in Xaml-files with css text
- Fixed selector specificity
0.9.0-beta-1
- Added better css-quotes support
- Support modal pages
- fixed bool value support
- Fixed VisualTreeCell.Include="true"
- Performance improvement
- AngleSharp 0.9.8
0.9.0-alpha-5
- Fix partial updates: not finding all parents while executing css-parser
0.9.0-alpha-3
- Support more general UI types
0.9.0-alpha
- experimental support for MarkupExtensions
0.8.0
- Support for attached properties
- Support for CSS-namespaces