CalcBinding 2.5.2
dotnet add package CalcBinding --version 2.5.2
NuGet\Install-Package CalcBinding -Version 2.5.2
<PackageReference Include="CalcBinding" Version="2.5.2" />
<PackageVersion Include="CalcBinding" Version="2.5.2" />
<PackageReference Include="CalcBinding" />
paket add CalcBinding --version 2.5.2
#r "nuget: CalcBinding, 2.5.2"
#:package CalcBinding@2.5.2
#addin nuget:?package=CalcBinding&version=2.5.2
#tool nuget:?package=CalcBinding&version=2.5.2
CalcBinding - small library providing Binding markup extension with path expressions directly in xaml
| Product | Versions 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. 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. 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. 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. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 is compatible. netcoreapp3.1 was computed. |
| .NET Framework | net40 is compatible. net403 was computed. net45 is compatible. 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. |
-
.NETCoreApp 3.0
- DynamicExpresso.Core (>= 2.3.1)
-
.NETFramework 4.0
- DynamicExpresso.Core (>= 1.3.0)
-
.NETFramework 4.5
- DynamicExpresso.Core (>= 2.3.1)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on CalcBinding:
| Package | Downloads |
|---|---|
|
WPFTemplateLib
更新内容: 1、[修正] [转换器] IsNumberInRangeConverter 默认不包含最大值和最小值。 2、[新增] [控件] CenterRectClip:中央矩形裁剪器(由 Copilot 参考 CornerClip 创建),设置横向/纵向保留百分比 (0-100),在当前控件区域中居中保留指定比例矩形,其余区域被裁剪。 3、[新增] [多值转换器] IsNumberInRangeMultiConverter:判断数字是否在指定范围内。绑定顺序:原始绑定值、最小值、最大值。【推荐以标记扩展方式使用】【支持进一步转换】。 4、[调整] [多值转换器] 参考值转实际值 ReferenceValueToRealValueConverterV2 拷贝为 ReferenceValueToRealValueMultiConverter,并将前者标记为 Obsolete。 *********************************************** 本库为一款【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、BoolValue、VisibilityValue 等)。 基础说明: - 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 以及相似类型的公司中使用本库。 |
|
|
SmartUI
SmartUI是是用于构建Wpf程序的一套基础UI框架,内置了丰富的控件样式以及自定义组件,整体风格类似于前端的Element |
|
|
2e98f8f2-94f3-44d8-b945-3caca38f62aa
LHBLibrary通用控件库 |
|
|
DT
DT |
GitHub repositories (7)
Showing the top 7 popular GitHub repositories that depend on CalcBinding:
| Repository | Stars |
|---|---|
|
ProtonVPN/win-app
Official ProtonVPN Windows app
|
|
|
micahmo/WgServerforWindows
Wg Server for Windows (WS4W) is a desktop application that allows running and managing a WireGuard server endpoint on Windows
|
|
|
dymproject/purest-admin
Purest Admin 是一套真正意义上前后端分离、深度适配企业RBAC权限体系的通用后台管理系统。依托现代化 .NET 10 技术栈、Vue3 生态前端、强大的工作流引擎,力求降低业务框架搭建门槛,实现一站式、敏捷、高可扩展的企业级后台管理平台。
|
|
|
jxq1997216/AITranslator
使用大语言模型来翻译MTool导出的待翻译文件的图像化UI软件
|
|
|
laosanyuan/HuoHuan
互联网微信群聊二维码获取工具
|
|
|
SweetSmellFox/MFAWPF
|
|
|
hawkeye-stan/msfs-popout-panel-manager
Pop out panel manager for MSFS 2020
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.5.2 | 291,135 | 6/29/2019 |
| 2.5.1 | 8,054 | 3/15/2019 |
| 2.5.0 | 1,528 | 3/15/2019 |
| 2.4.0 | 10,980 | 11/29/2018 |
| 2.3.0.1 | 112,971 | 2/14/2018 |
| 2.3.0 | 14,651 | 11/13/2016 |
| 2.2.5.2 | 13,172 | 9/17/2016 |
| 2.2.5.1 | 4,134 | 3/2/2016 |
| 2.2.5 | 3,758 | 10/22/2015 |
| 2.2.4 | 3,202 | 7/6/2015 |
| 2.2.3 | 8,594 | 6/9/2015 |
| 2.2.2 | 4,068 | 4/26/2015 |
| 2.1.2 | 3,220 | 2/5/2015 |
| 2.1.1 | 2,663 | 2/1/2015 |
| 2.1.0 | 2,394 | 1/29/2015 |
| 2.0.0 | 2,369 | 1/13/2015 |
| 1.0.0 | 2,924 | 12/5/2014 |
add FallbackValue, disable traces by defaut, add trace configuration