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
#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

Empressia Library .NET.WPF

このライブラリは、.NETのWPF用のライブラリです。
主に自分用です。

中身の一覧とかメモ

以下を使用できます。
汎用的なのは、Empressia Library .NETにあります。

  1. WPF用のコンポーネントです。
    1. converter WPF用のConverterです。
      1. BoolReverseConverter
      2. BoolsToVisibilityConverter 複数の真偽値から表示するかどうかを切り替えるConverter。
      3. BoolToVisibilityConverter
      4. DateTimeToStringConverter
      5. EnumContainsConverter
      6. EnumToVisibilityConverter
      7. Int32ToVisibilityConverter
      8. VisibilityToBoolConverter
    2. win32
      1. WPFKeyboardManager キーボード管理管理。ちょっとしたものだけ。
      2. WPFSystemTrayManager システムトレイ管理(これを使う場合は、別途、System.Drawing.Commonが必要です)。
      3. WPFWindowManager ウィンドウ管理。点滅させるとか。
    3. ClassNameDataTemplateSelector バインドされるデータのクラス名でDataTemplateを切り替えるSelector。
    4. ERibbonWindow 古いです。EWindowSupporterを使ってください。
    5. EWindow 古いです。EWindowSupporterを使ってください。
    6. EWindowSupporter Windowの表示位置とかを自動で記録するための補助クラス。
    7. ImageButton 前景と背景を指定できる画像ボタン。
    8. SettingWindow 設定用のWindow。
    9. SimpleInputWindow シンプルな入力Window。

最近の更新履歴

  • 2023/10/22 1.0.18
    • .NET用に書き換えました。
    • 汎用とWPF用で分けました。
    • 見つけた不具合とかを修正しました。
Product 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.

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 243 10/21/2023

.NET用に書き換えました。
汎用とWPF用で分けました。
つけた不具合とかを修正しました。