YE.Control 0.1.2024.518

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

// Install YE.Control as a Cake Tool
#tool nuget:?package=YE.Control&version=0.1.2024.518                

YE.Control

YE.Control是一个基于WPF框架的控件库。

UserControl

IP IP地址控件,可绑定IP地址、端口号。IP端口号通过'HasPort'设置启用与否。
xmlns:yecontrol="clr-namespace:YE.Control.UserControls;assembly=YE.Control"

<yecontrol:IP Width="240"
              Height="30"
              Margin="5"
              HorizontalAlignment="Left"
              HasPort="{Binding ElementName=IPPort, Path=IsChecked}"
              IPAddress="{Binding ServerIP}"
              IPPort="{Binding ServerPort}"
              BorderBrush="LightGreen"
              BorderThickness="1" />
ImageEx 图像显示控件,基于System.Windows.Controls.Image控件增加了图像缩放、拖动、鼠标点击事件[右键单击-图像大小还原]
xmlns:yecontrol="clr-namespace:YE.Control.UserControls;assembly=YE.Control"

<yecontrol:ImageEx Height="300"
                   BorderBrush="LightGreen"
                   BorderThickness="3"
                   ImageExSource="{Binding ImagePathUri}" />
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.  net9.0-windows was computed. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  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.

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.0.2024.801 94 8/1/2024
1.0.2024.601 107 6/1/2024
1.0.2024.531-beta 105 5/31/2024
0.1.2024.529 114 5/29/2024
0.1.2024.528 93 5/28/2024
0.1.2024.518 112 5/18/2024
0.1.2024.515 110 5/15/2024
0.1.2024.514 105 5/14/2024

add ImageEx UserControl