DotNetProjects.SVGImage 2.0.12

There is a newer version of this package available.
See the version list below for details.
dotnet add package DotNetProjects.SVGImage --version 2.0.12
                    
NuGet\Install-Package DotNetProjects.SVGImage -Version 2.0.12
                    
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="2.0.12" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DotNetProjects.SVGImage" Version="2.0.12" />
                    
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 2.0.12
                    
#r "nuget: DotNetProjects.SVGImage, 2.0.12"
                    
#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=2.0.12
                    
Install as a Cake Addin
#tool nuget:?package=DotNetProjects.SVGImage&version=2.0.12
                    
Install as a Cake Tool

Framework Assembly for DotNetProjects.SVGImage

Product Compatible and additional computed target framework versions.
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has 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、mah:MetroHeader 等)。 09、用户控件(UC_InfoRegion、CircleWithTextBox、UC_Wait、UC_ConfirmBox 等)。 10、类型转换器(EnumDescriptionTypeConverter)。 11、在行为中使用的事件触发器(RoutedEventTrigger)。 12、增强类(FixedCountObservableCollection、RangeObservableCollection 等)。 13、一个常用值类 CommonValues(目前有两个布尔值:TrueValue、FalseValue)。 14、标记扩展(lib:IntValue、SolidColorBrushValue 等)。 基础说明: - Xaml 命名空间:xmlns:lib="https://gitee.com/dlgcy/WPFTemplateLib" 。 - 样式以"LibSty"开头,控件模版以"LibTpl"开头。WPF 系统样式以"SysSty"开头,控件模板以"SysTpl"开头。 - 转换器列表:https://gitee.com/dlgcy/WPFTemplateLib/blob/master/WpfConverters/ConverterDictionary.xaml - 默认主题的内容:https://gitee.com/dlgcy/WPFTemplateLib/blob/master/Styles/DefaultThemeDictionary.xaml - 转换器等地方需要指定值转换模式的,使用以下枚举名或值:Visibility(1)、Bool(2)、String(3)、Int(4)、Float(5)、Double(6)、SolidColorBrush(7)、UInt(8)、Short(9)、UShort(10)、Byte(11)、Long(12)。 或者整体使用[静态类]UsefulConvertParaStr,如:UsefulConvertParaStr.VisibleCollapsed、TrueFalse。 使用方法详见: 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、[增强] [附加属性] HeaderedElement 中添加 HeaderWidth、HeaderHeight、HeaderPadding、ContentWidth、ContentHeight、ContentPadding。 2、[增强] [附加属性] 宽度和高度类附加属性的 Get 方法添加 [TypeConverter(typeof(LengthConverter))] 特性,以便支持赋值“Auto”。(修改范围:HeaderedElement、WindowElement、WpfXamlPropProxy)。

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 9,951 1/4/2025
5.2.2 6,289 10/27/2024
5.2.1 17,470 4/11/2024
5.2.0 175 4/10/2024
5.1.1 11,919 12/24/2023
5.1.0 656 12/19/2023
5.0.118 2,828 11/25/2023
5.0.117 4,073 10/30/2023
4.1.109 25,833 4/16/2023
4.1.108 16,793 7/12/2022
4.1.106 5,796 6/7/2022
4.1.104 536 6/3/2022
4.1.102 537 6/2/2022
4.1.99 5,726 2/7/2022
4.1.97 7,068 8/9/2021
4.1.94 1,719 5/23/2021
4.1.92 12,389 4/29/2021
4.1.89 453 4/29/2021
4.1.87 13,884 3/15/2021
4.1.86 13,022 9/13/2020
4.1.83 552 9/13/2020
4.1.81 579 9/11/2020
4.1.79 570 9/11/2020
4.1.74 3,707 9/8/2020
4.1.72 670 9/5/2020
4.1.70 655 9/5/2020
4.1.68 728 9/4/2020
4.0.66 619 9/4/2020
4.0.64 580 9/4/2020
4.0.62 576 9/4/2020
4.0.60 591 9/4/2020
4.0.58 595 9/3/2020
4.0.56 625 9/2/2020
4.0.52 1,515 8/6/2020
3.0.49 8,616 5/5/2020
3.0.48 755 3/15/2020
2.0.42 697 3/14/2020
2.0.41 2,503 3/14/2019
2.0.39 805 2/18/2019
2.0.38 799 2/18/2019
2.0.37 870 12/26/2018
2.0.36 793 12/25/2018
2.0.35 801 12/25/2018
2.0.34 787 12/25/2018
2.0.32 799 12/24/2018
2.0.31 790 12/24/2018
2.0.30 808 12/24/2018
2.0.29 892 12/10/2018
2.0.28 809 12/10/2018
2.0.27 907 12/10/2018
2.0.26 895 12/10/2018
2.0.25 830 12/10/2018
2.0.24 866 12/10/2018
2.0.23 845 12/10/2018
2.0.22 884 12/10/2018
2.0.21 979 10/12/2018
2.0.20 918 10/9/2018
2.0.16 920 9/29/2018
2.0.15 897 9/29/2018
2.0.14 907 9/29/2018
2.0.13 900 9/29/2018
2.0.12 928 9/28/2018
2.0.11 1,395 3/3/2018
2.0.10 1,266 3/3/2018
2.0.9 1,332 3/3/2018
2.0.8 1,352 3/3/2018
2.0.7 1,320 3/3/2018
2.0.6 1,271 3/3/2018
2.0.5 1,062 3/3/2018
2.0.4 1,293 3/3/2018
2.0.3 1,149 11/13/2017
2.0.2 1,295 7/4/2016
1.0.0 1,033 3/15/2020