CryLib.WPF
3.0.0
See the version list below for details.
dotnet add package CryLib.WPF --version 3.0.0
NuGet\Install-Package CryLib.WPF -Version 3.0.0
<PackageReference Include="CryLib.WPF" Version="3.0.0" />
paket add CryLib.WPF --version 3.0.0
#r "nuget: CryLib.WPF, 3.0.0"
// Install CryLib.WPF as a Cake Addin #addin nuget:?package=CryLib.WPF&version=3.0.0 // Install CryLib.WPF as a Cake Tool #tool nuget:?package=CryLib.WPF&version=3.0.0
Collection of WPF controls such as designable Buttons, Textboxes, Graphs, Styles and Windows.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net7.0-windows10.0.20348 is compatible. net8.0-windows was computed. net8.0-windows10.0.20348 is compatible. |
-
net7.0-windows10.0.20348
- CryLib.Core (>= 3.0.1)
- CryLib.MVVM.Windows (>= 1.3.0)
- DotNetProjects.SVGImage (>= 5.1.1)
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Xaml.Behaviors.Wpf (>= 1.1.77)
- XamlAnimatedGif (>= 2.2.0)
-
net8.0-windows10.0.20348
- CryLib.Core (>= 3.0.1)
- CryLib.MVVM.Windows (>= 1.3.0)
- DotNetProjects.SVGImage (>= 5.1.1)
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Xaml.Behaviors.Wpf (>= 1.1.77)
- XamlAnimatedGif (>= 2.2.0)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on CryLib.WPF:
Package | Downloads |
---|---|
CryLib.WPF.Network
WPF extension to display network activity |
GitHub repositories
This package is not used by any popular GitHub repositories.
- Added .Net 8 support
- Added extension BrushFromHex to convert a given hex as a string to a SolidColorBrush
- Added design choice to GroupMenu
- Added design choice to CheckBox
- Added design choice to SliderCheckBox
- Added FolderComparer control
- Added CryViewer control
- Fixed binding issues
- Fixed some issues with FileExplorerTile
- Standardized margins and paddings for controls
- Updated FileSearchControl
- Updated CryWindow(Designable) top right Button references to CryButton
- Improved GroupMenu functionality
- Replaced old CryButton references to the new version (previously introduced)
- Replaced old CheckBox references to the new version (previously introduced)