EmpressiaLibrary.NET.WPF
1.0.18
dotnet add package EmpressiaLibrary.NET.WPF --version 1.0.18
NuGet\Install-Package EmpressiaLibrary.NET.WPF -Version 1.0.18
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="EmpressiaLibrary.NET.WPF" Version="1.0.18" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EmpressiaLibrary.NET.WPF --version 1.0.18
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: EmpressiaLibrary.NET.WPF, 1.0.18"
#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 EmpressiaLibrary.NET.WPF as a Cake Addin #addin nuget:?package=EmpressiaLibrary.NET.WPF&version=1.0.18 // Install EmpressiaLibrary.NET.WPF as a Cake Tool #tool nuget:?package=EmpressiaLibrary.NET.WPF&version=1.0.18
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Empressia Library .NET.WPF
このライブラリは、.NETのWPF用のライブラリです。
主に自分用です。
中身の一覧とかメモ
以下を使用できます。
汎用的なのは、Empressia Library .NETにあります。
- WPF用のコンポーネントです。
- converter WPF用のConverterです。
- BoolReverseConverter
- BoolsToVisibilityConverter 複数の真偽値から表示するかどうかを切り替えるConverter。
- BoolToVisibilityConverter
- DateTimeToStringConverter
- EnumContainsConverter
- EnumToVisibilityConverter
- Int32ToVisibilityConverter
- VisibilityToBoolConverter
- win32
- WPFKeyboardManager キーボード管理管理。ちょっとしたものだけ。
- WPFSystemTrayManager システムトレイ管理(これを使う場合は、別途、System.Drawing.Commonが必要です)。
- WPFWindowManager ウィンドウ管理。点滅させるとか。
- ClassNameDataTemplateSelector バインドされるデータのクラス名でDataTemplateを切り替えるSelector。
- ERibbonWindow 古いです。EWindowSupporterを使ってください。
- EWindow 古いです。EWindowSupporterを使ってください。
- EWindowSupporter Windowの表示位置とかを自動で記録するための補助クラス。
- ImageButton 前景と背景を指定できる画像ボタン。
- SettingWindow 設定用のWindow。
- SimpleInputWindow シンプルな入力Window。
- converter WPF用のConverterです。
最近の更新履歴
- 2023/10/22 1.0.18
- .NET用に書き換えました。
- 汎用とWPF用で分けました。
- 見つけた不具合とかを修正しました。
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0-windows10.0.19041 is compatible. net7.0-windows was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net6.0-windows10.0.19041
- EmpressiaLibrary.NET (>= 1.0.18)
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.18 | 277 | 10/21/2023 |
.NET用に書き換えました。
汎用とWPF用で分けました。
つけた不具合とかを修正しました。