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" />); 颜色主题(部分控件有效):[默认]蓝色(*/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 等)。 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、[增强] [样式] MahApps GroupBox 修正样式(MahApps.Styles.GroupBox.Fix)支持设置内容部分的对齐方式(HorizontalContentAlignment 和 VerticalContentAlignment)。 2、[修复] [样式] MahApps MetroHeader 水平样式(MahApps.Styles.MetroHeader.Horizontal):修复未设置 mah:HeaderedControlHelper.HeaderForeground 时 Header 文字颜色为白色的问题。 3、[新增] [转换器] Func 委托值转换器类型(FuncValueConverter):可在 VM 中声明一个此类型的值转换器以供前台绑定(来自 https://blog.coldwind.top/posts/valueconverter-tips-and-tricks/)。 4、[新增] [样式] 带边框的 RadioButton 样式(LibSty.RadioButton.Border):支持设置 RadioButtonAttached.CornerRadius、FixPartMargin、ContentPartMargin、InnerCircleFillBrush、InnerCircleDiameter、 OuterCircleDiameter、OuterCircleBorderBrush、OuterCircleCheckedBorderBrush、CheckedForeground、CheckedBackground)。

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 1,882 10/27/2024
5.2.1 10,553 4/11/2024
5.2.0 155 4/10/2024
5.1.1 9,633 12/24/2023
5.1.0 528 12/19/2023
5.0.118 2,778 11/25/2023
5.0.117 3,392 10/30/2023
4.1.109 18,112 4/16/2023
4.1.108 14,254 7/12/2022
4.1.106 5,726 6/7/2022
4.1.104 492 6/3/2022
4.1.102 487 6/2/2022
4.1.99 5,354 2/7/2022
4.1.97 5,290 8/9/2021
4.1.94 1,632 5/23/2021
4.1.92 8,962 4/29/2021
4.1.89 388 4/29/2021
4.1.87 12,196 3/15/2021
4.1.86 12,798 9/13/2020
4.1.83 486 9/13/2020
4.1.81 506 9/11/2020
4.1.79 488 9/11/2020
4.1.74 3,629 9/8/2020
4.1.72 590 9/5/2020
4.1.70 576 9/5/2020
4.1.68 663 9/4/2020
4.0.66 552 9/4/2020
4.0.64 511 9/4/2020
4.0.62 509 9/4/2020
4.0.60 481 9/4/2020
4.0.58 524 9/3/2020
4.0.56 554 9/2/2020
4.0.52 1,402 8/6/2020
3.0.49 8,477 5/5/2020
3.0.48 689 3/15/2020
2.0.42 625 3/14/2020
2.0.41 2,424 3/14/2019
2.0.39 725 2/18/2019
2.0.38 719 2/18/2019
2.0.37 795 12/26/2018
2.0.36 714 12/25/2018
2.0.35 730 12/25/2018
2.0.34 692 12/25/2018
2.0.32 720 12/24/2018
2.0.31 718 12/24/2018
2.0.30 727 12/24/2018
2.0.29 817 12/10/2018
2.0.28 728 12/10/2018
2.0.27 829 12/10/2018
2.0.26 819 12/10/2018
2.0.25 755 12/10/2018
2.0.24 791 12/10/2018
2.0.23 770 12/10/2018
2.0.22 804 12/10/2018
2.0.21 891 10/12/2018
2.0.20 827 10/9/2018
2.0.16 827 9/29/2018
2.0.15 804 9/29/2018
2.0.14 813 9/29/2018
2.0.13 811 9/29/2018
2.0.12 838 9/28/2018
2.0.11 1,152 3/3/2018
2.0.10 1,019 3/3/2018
2.0.9 1,082 3/3/2018
2.0.8 1,113 3/3/2018
2.0.7 1,082 3/3/2018
2.0.6 1,033 3/3/2018
2.0.5 904 3/3/2018
2.0.4 1,049 3/3/2018
2.0.3 986 11/13/2017
2.0.2 1,119 7/4/2016
1.0.0 928 3/15/2020