Fhjun.Controls
1.0.3
.NET Core 3.1
This package targets .NET Core 3.1. The package is compatible with this framework or higher.
.NET Framework 4.7.2
This package targets .NET Framework 4.7.2. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Fhjun.Controls --version 1.0.3
NuGet\Install-Package Fhjun.Controls -Version 1.0.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="Fhjun.Controls" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Fhjun.Controls --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Fhjun.Controls, 1.0.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.
// Install Fhjun.Controls as a Cake Addin #addin nuget:?package=Fhjun.Controls&version=1.0.3 // Install Fhjun.Controls as a Cake Tool #tool nuget:?package=Fhjun.Controls&version=1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
UI组件,包含常用控件、转换器、附加属性、图标等
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. |
.NET Core | netcoreapp3.1 is compatible. |
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 3.1
- Fhjun.Core (>= 1.0.2)
- HandyControl (>= 3.4.0)
-
.NETFramework 4.7.2
- Fhjun.Core (>= 1.0.2)
- HandyControl (>= 3.4.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on Fhjun.Controls:
Package | Downloads |
---|---|
Fhjun.Charts
包装的lightningChart.NET的图谱控件,包含折线图、柱状图、瀑布图、3D柱状图、3D曲面图 |
|
Fhjun.Controls.Extension
UI扩展组件,包含使用说明窗口等 |
GitHub repositories
This package is not used by any popular GitHub repositories.
V1.0.3 2023-9-7
1.增加了AP中附加属性ContextMenuFilterProperty和SelectedItemProperty,支持TreeView的右键菜单筛选和选中项双向绑定;
V1.0.2 2023-9-6
1. 新增doubletostring的converter;
2.增加根据名称显示BaseView的接口;