DotNetProjects.SVGImage 5.2.2

dotnet add package DotNetProjects.SVGImage --version 5.2.2                
NuGet\Install-Package DotNetProjects.SVGImage -Version 5.2.2                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DotNetProjects.SVGImage" Version="5.2.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DotNetProjects.SVGImage --version 5.2.2                
#r "nuget: DotNetProjects.SVGImage, 5.2.2"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install DotNetProjects.SVGImage as a Cake Addin
#addin nuget:?package=DotNetProjects.SVGImage&version=5.2.2

// Install DotNetProjects.SVGImage as a Cake Tool
#tool nuget:?package=DotNetProjects.SVGImage&version=5.2.2                

SVGImage

This is an SVG Image View Control for WPF applications.

Initially forked from: SVGImage Control - CodeProject Article

Besides the bug fixes, new features are added including the following:

  • Mask/Clip support
  • Support of styles.
  • Simple Animation support.

Documentations

For the User Manual and API References see Documentation.

Framework support

The SVGImage control library targets the following frameworks

  • .NET Framework, Version 4.0
  • .NET Framework, Version 4.5
  • .NET Framework, Version 4.6
  • .NET Framework, Version 4.7
  • .NET Framework, Version 4.8
  • .NET Core, Version 3.1
  • .NET 6 ~ 8

License

The SVGImage control library is relicensed under MIT License, with permission from the original author.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net6.0-windows7.0 is compatible.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net8.0-windows7.0 is compatible. 
.NET Core netcoreapp3.1 is compatible. 
.NET Framework net40 is compatible.  net403 was computed.  net45 is compatible.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 is compatible.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETCoreApp 3.1

    • No dependencies.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.5

    • No dependencies.
  • .NETFramework 4.6

    • No dependencies.
  • .NETFramework 4.7

    • No dependencies.
  • .NETFramework 4.8

    • No dependencies.
  • net6.0-windows7.0

    • No dependencies.
  • net7.0-windows7.0

    • No dependencies.
  • net8.0-windows7.0

    • No dependencies.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on DotNetProjects.SVGImage:

Package Downloads
WPFTemplateLib

WPF 帮助类库,包含但不限于以下内容: 01、MVVM 基础支持类(命令:RelayCommand;绑定:ObservableObject、SimpleBindableBase、NotifyDataErrorObject、ViewModelBase)。 02、WPF 帮助类(BindingProxy、ResourceBinding、MediaColorHelper、FrameworkElementHelper、ConverterHelper 等)。 03、附加属性帮助类(WpfXamlPropProxy、BringIntoViewBehavior、ExportPicAttached、WpfTouchScrollHelper、GridHelper、FocusAttached、DataGridAttached、 TextBoxAttached、LabelAttached、RadioButtonAttached、RotateToTranslateAttachedV2、LocationTargetRenderOriginAttached、TabControlAttached 等)。 04、行为类(DragInCanvasBehavior、SelectedItemBehavior、AttachAdornerBehavior 等)。 05、样式(<ResourceDictionary Source="pack://application:,,,/WPFTemplateLib;component/Styles/StyleDictionary.xaml" />) 以及默认主题(不引入则不设置默认样式)(<ResourceDictionary Source="pack://application:,,,/WPFTemplateLib;component/Styles/DefaultThemeDictionary.xaml" />) 06、转换器(<ResourceDictionary Source="pack://application:,,,/WPFTemplateLib;component/WpfConverters/ConverterDictionary.xaml" />) 07、配置属性系统(ConfigManager)。 08、自定义控件(Toast、ToastTextBlock、SystemDropShadowChrome、XUI:Form、PanelWithMessage、CircleWithInOutText、CornerClip、FlipableControl、FlipableContentControl 等)。 09、用户控件(UC_InfoRegion、CircleWithTextBox、UC_Wait、UC_ConfirmBox 等)。 10、类型转换器(EnumDescriptionTypeConverter)。 11、在行为中使用的事件触发器(RoutedEventTrigger)。 12、增强类(FixedCountObservableCollection、RangeObservableCollection 等)。 13、一个常用值类 CommonValues(目前有两个布尔值:TrueValue、FalseValue)。 基础说明: - Xaml 命名空间:xmlns:lib="https://gitee.com/dlgcy/WPFTemplateLib" 。 - 样式以"LibSty"开头,控件模版以"LibTpl"开头。 - 转换器列表:https://gitee.com/dlgcy/WPFTemplateLib/blob/master/WpfConverters/ConverterDictionary.xaml - 默认主题的内容:https://gitee.com/dlgcy/WPFTemplateLib/blob/master/Styles/DefaultThemeDictionary.xaml 使用方法详见: 1、https://gitee.com/dlgcy/DLGCY_WPFPractice 2、https://gitee.com/dlgcy/WPFTemplate 3、https://dlgcy.com 4、https://gitee.com/dlgcy/WpfAnimationDemo 大部分是搬运修改网上的资源,少部分是自己原创,以自用为主,感兴趣的朋友也可以使用,欢迎交流讨论(微信公众号:独立观察员博客)。 免责声明:本库及维护者不对使用产生的任何问题负责,请自行充分测试。 严正声明:禁止在 996 以及相似类型的公司中使用本库。 *********************************************** 更新内容: 1、[构建] 更新各依赖包到最新(内部影响:Toast 控件引用的 FontAwesome 图标名称修正了一下)。 2、[增强] 让 EnumToStrInParaConverter(枚举转参数转换器)支持 uint 等类型的枚举。 3、[增强] ConverterHelper(转换器帮助类)中添加支持 UInt、Short、UShort、Byte、Long 类型的转换。 ***********************************************

CryLib.WPF

Library containing multiple classes/controls specific to Microsofts WPF

SWUI

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.2.2 493 10/27/2024
5.2.1 8,375 4/11/2024
5.2.0 148 4/10/2024
5.1.1 8,759 12/24/2023
5.1.0 484 12/19/2023
5.0.118 2,754 11/25/2023
5.0.117 3,116 10/30/2023
4.1.109 17,137 4/16/2023
4.1.108 13,596 7/12/2022
4.1.106 5,693 6/7/2022
4.1.104 485 6/3/2022
4.1.102 480 6/2/2022
4.1.99 5,288 2/7/2022
4.1.97 5,261 8/9/2021
4.1.94 1,621 5/23/2021
4.1.92 7,468 4/29/2021
4.1.89 381 4/29/2021
4.1.87 11,793 3/15/2021
4.1.86 12,764 9/13/2020
4.1.83 479 9/13/2020
4.1.81 499 9/11/2020
4.1.79 481 9/11/2020
4.1.74 3,622 9/8/2020
4.1.72 583 9/5/2020
4.1.70 569 9/5/2020
4.1.68 656 9/4/2020
4.0.66 545 9/4/2020
4.0.64 504 9/4/2020
4.0.62 502 9/4/2020
4.0.60 472 9/4/2020
4.0.58 515 9/3/2020
4.0.56 547 9/2/2020
4.0.52 1,379 8/6/2020
3.0.49 8,413 5/5/2020
3.0.48 682 3/15/2020
2.0.42 618 3/14/2020
2.0.41 2,412 3/14/2019
2.0.39 716 2/18/2019
2.0.38 710 2/18/2019
2.0.37 785 12/26/2018
2.0.36 705 12/25/2018
2.0.35 721 12/25/2018
2.0.34 679 12/25/2018
2.0.32 711 12/24/2018
2.0.31 709 12/24/2018
2.0.30 718 12/24/2018
2.0.29 808 12/10/2018
2.0.28 719 12/10/2018
2.0.27 820 12/10/2018
2.0.26 810 12/10/2018
2.0.25 746 12/10/2018
2.0.24 782 12/10/2018
2.0.23 761 12/10/2018
2.0.22 795 12/10/2018
2.0.21 877 10/12/2018
2.0.20 812 10/9/2018
2.0.16 813 9/29/2018
2.0.15 792 9/29/2018
2.0.14 801 9/29/2018
2.0.13 799 9/29/2018
2.0.12 826 9/28/2018
2.0.11 1,140 3/3/2018
2.0.10 1,010 3/3/2018
2.0.9 1,073 3/3/2018
2.0.8 1,104 3/3/2018
2.0.7 1,073 3/3/2018
2.0.6 1,022 3/3/2018
2.0.5 895 3/3/2018
2.0.4 1,040 3/3/2018
2.0.3 975 11/13/2017
2.0.2 1,110 7/4/2016
1.0.0 911 3/15/2020