DotNetProjects.SVGImage 5.2.3

dotnet add package DotNetProjects.SVGImage --version 5.2.3
                    
NuGet\Install-Package DotNetProjects.SVGImage -Version 5.2.3
                    
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.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DotNetProjects.SVGImage" Version="5.2.3" />
                    
Directory.Packages.props
<PackageReference Include="DotNetProjects.SVGImage" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DotNetProjects.SVGImage --version 5.2.3
                    
#r "nuget: DotNetProjects.SVGImage, 5.2.3"
                    
#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.
#addin nuget:?package=DotNetProjects.SVGImage&version=5.2.3
                    
Install DotNetProjects.SVGImage as a Cake Addin
#tool nuget:?package=DotNetProjects.SVGImage&version=5.2.3
                    
Install DotNetProjects.SVGImage as a Cake Tool

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.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" />); 颜色主题(部分控件有效):[默认]蓝色(*/Light.Blue.xaml)、绿色(<ResourceDictionary Source="pack://application:,,,/WPFTemplateLib;component/Themes/Light.Green.xaml" />)。 06、转换器("<ResourceDictionary Source="pack://application:,,,/WPFTemplateLib;component/WpfConverters/ConverterDictionary.xaml" />) 07、配置属性系统(ConfigManager)。 08、自定义控件(Toast、ToastTextBlock、SystemDropShadowChrome、XUI:Form、PanelWithMessage、CircleWithInOutText、PP:CornerClip、FlipableControl、FlipableContentControl、 Handy:UniformSpacingPanel、PP:DateTimePicker、PP:SimplePanel、Handy:Row/Col、AutoGrid、TitleValueUnit、fruit:Table、fruit:PasswordInput 等)。 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、[增强] [多值转换器] 判断列表是否包含元素并返回指定值(ListContainsElementMultiConverter)支持将返回值转换为指定的类型(参数规则:【true返回值:false返回值:值类型】)。 2、[增强] RadioButton 附加属性 选中值绑定功能(RadioButtonAttached.RadioValue、RadioBinding),支持不选中任何一项。 3、[新增] [转换器] 获取文件名(GetFileNameConverter)、[转换器] 获取文件名(不包含扩展名)(GetFileNameWithoutExtensionConverter)。

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.3 4,573 1/4/2025
5.2.2 4,765 10/27/2024
5.2.1 16,004 4/11/2024
5.2.0 162 4/10/2024
5.1.1 11,286 12/24/2023
5.1.0 620 12/19/2023
5.0.118 2,809 11/25/2023
5.0.117 3,947 10/30/2023
4.1.109 22,896 4/16/2023
4.1.108 16,132 7/12/2022
4.1.106 5,758 6/7/2022
4.1.104 508 6/3/2022
4.1.102 502 6/2/2022
4.1.99 5,616 2/7/2022
4.1.97 5,605 8/9/2021
4.1.94 1,675 5/23/2021
4.1.92 11,556 4/29/2021
4.1.89 412 4/29/2021
4.1.87 13,333 3/15/2021
4.1.86 12,930 9/13/2020
4.1.83 514 9/13/2020
4.1.81 535 9/11/2020
4.1.79 534 9/11/2020
4.1.74 3,667 9/8/2020
4.1.72 634 9/5/2020
4.1.70 620 9/5/2020
4.1.68 692 9/4/2020
4.0.66 581 9/4/2020
4.0.64 539 9/4/2020
4.0.62 537 9/4/2020
4.0.60 541 9/4/2020
4.0.58 552 9/3/2020
4.0.56 581 9/2/2020
4.0.52 1,467 8/6/2020
3.0.49 8,574 5/5/2020
3.0.48 717 3/15/2020
2.0.42 656 3/14/2020
2.0.41 2,459 3/14/2019
2.0.39 759 2/18/2019
2.0.38 751 2/18/2019
2.0.37 828 12/26/2018
2.0.36 747 12/25/2018
2.0.35 762 12/25/2018
2.0.34 734 12/25/2018
2.0.32 750 12/24/2018
2.0.31 748 12/24/2018
2.0.30 757 12/24/2018
2.0.29 850 12/10/2018
2.0.28 763 12/10/2018
2.0.27 863 12/10/2018
2.0.26 851 12/10/2018
2.0.25 790 12/10/2018
2.0.24 825 12/10/2018
2.0.23 804 12/10/2018
2.0.22 838 12/10/2018
2.0.21 929 10/12/2018
2.0.20 867 10/9/2018
2.0.16 871 9/29/2018
2.0.15 848 9/29/2018
2.0.14 858 9/29/2018
2.0.13 854 9/29/2018
2.0.12 883 9/28/2018
2.0.11 1,272 3/3/2018
2.0.10 1,142 3/3/2018
2.0.9 1,204 3/3/2018
2.0.8 1,233 3/3/2018
2.0.7 1,202 3/3/2018
2.0.6 1,153 3/3/2018
2.0.5 981 3/3/2018
2.0.4 1,169 3/3/2018
2.0.3 1,069 11/13/2017
2.0.2 1,204 7/4/2016
1.0.0 982 3/15/2020