AntdUI 1.0.9

Suggested Alternatives

AntdUI 1.1.1

Additional Details

Input密码框,无法正常获取

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

// Install AntdUI as a Cake Tool
#tool nuget:?package=AntdUI&version=1.0.9

AntdUI

Winform UI library use Ant Design 5.0

✨特性

  • 🌈 纯GDI绘制,没有图片,支持AOT
  • 🎨 高质量绘图,高性能动画
  • 🚀 Winform上最阴影的阴影效果
  • 📦 无边框窗口,拥有原生窗口特性
  • 💎 3D翻转效果
  • 👚 主题配置
  • 🦜 SVG矢量图
  • 👓 DPI适配

🖥支持环境

  • .NET 6.0及以上。
  • .NET Framework4.8及以上。
  • .NET Framework4.0及以上。

🌴控件

⬇️ 通用 2 动画 禁用
➡️ Button 按钮
➡️ FloatButton 悬浮按钮
⬇️ 布局 3 动画 禁用
➡️ Divider 分割线
➡️ StackPanel 堆栈布局
➡️ FlowPanel 流动布局
⬇️ 导航 4 动画 禁用
➡️ Dropdown 下拉菜单
➡️ Menu 导航菜单
➡️ Pagination 分页
➡️ Steps 步骤条
⬇️ 数据录入 12 动画 禁用
➡️ Checkbox 多选框
➡️ ColorPicker 颜色选择器
➡️ DatePicker 日期选择框
➡️ DatePickerRange 日期范围选择框
➡️ Input 输入框
➡️ InputNumber 数字输入框
➡️ Radio 单选框
➡️ Rate 评分
➡️ Select 选择器
➡️ Slider 滑动输入条
➡️ Switch 开关
➡️ TimePicker 时间选择框
⬇️ 数据展示 12 动画 禁用
➡️ Avatar 头像
➡️ Badge 徽标数
➡️ Panel 面板
➡️ Carousel 走马灯
➡️ Popover 气泡卡片
➡️ Segmented 分段控制器
➡️ Table 表格
➡️ Tabs 标签页
➡️ Tag 标签
➡️ Timeline 时间轴
➡️ Tooltip 文字提示
➡️ Tree 树形控件
⬇️ 反馈 7 动画 禁用
➡️ Alert 警告提示
➡️ Drawer 抽屉
➡️ Message 全局提示
➡️ Modal 对话框
➡️ Notification 通知提醒框
➡️ Progress 进度条
➡️ Spin 加载中
⬇️ 其他 3 动画 禁用
➡️ WindowBar 窗口栏
➡️ ContextMenuStrip 右键菜单
➡️ Image3D 图片3D
Product Compatible and additional computed target framework versions.
.NET net6.0-windows7.0 is compatible.  net7.0-windows was computed.  net7.0-windows7.0 is compatible.  net8.0-windows was computed.  net8.0-windows7.0 is compatible. 
.NET Framework net40 is compatible.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 is compatible.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  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.
  • .NETFramework 4.0

    • No dependencies.
  • .NETFramework 4.6

    • 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

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.3 10 5/15/2024
1.2.2 51 5/14/2024
1.2.1 122 5/10/2024
1.2.0 141 5/5/2024
1.1.9 112 4/30/2024
1.1.7 147 4/25/2024
1.1.6 280 4/7/2024
1.1.5 130 4/1/2024
1.1.4 127 3/27/2024
1.1.3 109 3/22/2024
1.1.2 132 3/18/2024
1.1.1 129 3/13/2024
1.1.0 129 3/12/2024
1.0.9 128 3/8/2024
1.0.8 175 3/2/2024

+ TimePicker
+ Table 新增宽度auto
+ Table 新增RowSelectedBg
+ Input透明支持
+ Input 新增 ScrollToCaret 藏渲染提高效率
* Input 设置MaxLength 无效
* Input OnTextChanged 不触发
* Input 空文本光标问题
* InputNumber 输入限制
* Pagination的cureent页码问题
* AutoSize高度不够
* 日期选择徽标覆盖
* Model字体释放
* 今日高亮效果被遮挡
* TopMost弹窗被遮挡
* 调整WinBar的按钮大小计算
* Menu与Tree设置展开无效
* 修正Button图标位置
* 某些字体偏移
* 轻量化SVG
* 一些回车问题