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 等)。 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、[修正] [样式] LibSty.TitleValueUnit.ShowValue、LibSty.TitleValueUnit.SetValue 边框可设置。 2、[新增] [附加属性] MultiSelectorHelper.MonitorSelectionChanged、BindableSelectedItems,用于 MultiSelector 类控件的多选项集合绑定。 3、[新增] [行为] SelectedItemsBehavior:BindableSelectedItems 属性、SelectedItemsChangedCommand 命令,用于 MultiSelector 类控件的多选项集合绑定以及变动检测。

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 3,005 3 months ago
5.2.2 4,273 5 months ago
5.2.1 15,499 4/11/2024
5.2.0 160 4/10/2024
5.1.1 11,037 12/24/2023
5.1.0 599 12/19/2023
5.0.118 2,802 11/25/2023
5.0.117 3,902 10/30/2023
4.1.109 21,830 4/16/2023
4.1.108 15,907 7/12/2022
4.1.106 5,747 6/7/2022
4.1.104 507 6/3/2022
4.1.102 501 6/2/2022
4.1.99 5,559 2/7/2022
4.1.97 5,593 8/9/2021
4.1.94 1,670 5/23/2021
4.1.92 11,147 4/29/2021
4.1.89 407 4/29/2021
4.1.87 13,111 3/15/2021
4.1.86 12,897 9/13/2020
4.1.83 508 9/13/2020
4.1.81 529 9/11/2020
4.1.79 510 9/11/2020
4.1.74 3,660 9/8/2020
4.1.72 611 9/5/2020
4.1.70 597 9/5/2020
4.1.68 686 9/4/2020
4.0.66 575 9/4/2020
4.0.64 533 9/4/2020
4.0.62 531 9/4/2020
4.0.60 534 9/4/2020
4.0.58 546 9/3/2020
4.0.56 575 9/2/2020
4.0.52 1,455 8/6/2020
3.0.49 8,566 5/5/2020
3.0.48 711 3/15/2020
2.0.42 650 3/14/2020
2.0.41 2,451 3/14/2019
2.0.39 752 2/18/2019
2.0.38 744 2/18/2019
2.0.37 822 12/26/2018
2.0.36 741 12/25/2018
2.0.35 756 12/25/2018
2.0.34 728 12/25/2018
2.0.32 744 12/24/2018
2.0.31 742 12/24/2018
2.0.30 751 12/24/2018
2.0.29 844 12/10/2018
2.0.28 757 12/10/2018
2.0.27 857 12/10/2018
2.0.26 845 12/10/2018
2.0.25 784 12/10/2018
2.0.24 819 12/10/2018
2.0.23 798 12/10/2018
2.0.22 832 12/10/2018
2.0.21 923 10/12/2018
2.0.20 861 10/9/2018
2.0.16 864 9/29/2018
2.0.15 841 9/29/2018
2.0.14 851 9/29/2018
2.0.13 847 9/29/2018
2.0.12 876 9/28/2018
2.0.11 1,254 3/3/2018
2.0.10 1,124 3/3/2018
2.0.9 1,186 3/3/2018
2.0.8 1,215 3/3/2018
2.0.7 1,184 3/3/2018
2.0.6 1,135 3/3/2018
2.0.5 969 3/3/2018
2.0.4 1,151 3/3/2018
2.0.3 1,057 11/13/2017
2.0.2 1,190 7/4/2016
1.0.0 973 3/15/2020