MetroRadiance
MetroRadiance copied to clipboard
Modern WPF Themes (like Visual Studio 2012 or later).
- Fixed an issue that the object with `ThemeHelper.HasThemeResources` was unloaded and reloaded, but the `ThemeHelper` feature was still disabled. - Added the implementation to observe `FrameworkElement.Loaded` with a weak...
Labelのデフォルト スタイルを追加します。
### Changes - Added the rules, `Int16Rule`, `UInt16Rule`, `UInt32Rule`, `Int64Rule`, `UInt64Rule`, `SingleRule`, and `DoubleRule`. - Added localization of error messages in English, Simplified Chinese, and Traditional Chinese. Note: Add `FrameworkCompatibilityPreferences.KeepTextBoxDisplaySynchronizedWithTextProperty...
Add default `TextBox` theme and apply the same style to `PasswordBox`. Fixed one of #22. As below: - Default: - Focus: - Disable:
### Changes - Fixed an issue that the position of `ChromeWindow` is misplaced in the following three cases. - The main window is initialized by different DPI from System DPI....
Improve `RadioButton.IsPressed` appearance. Fixed an issue that the background is slightly visible between the border and the background. `RadioButton.IsPressed` の外観を改善します。線と背景の間に僅かに背景が見える問題を修正します。 - No-patched / 改善前 - Patched / 改善後
below is the log: Install-Package : Could not install package 'MetroRadiance.Core 2.1.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', but the package does not...
例えば `RibbonWindow` を使っている場合や、独自のウインドウクラスに対して VSライクな光る枠だけを適用する方法はあるでしょうか? 以下の方法を試してみたのですが、ビジュアルツリー状は何やら枠らしきウインドウが4つ増えているのですが、透明で、光っているような見栄えになりませんでした。 WPFプロジェクトを新規に作成し、`MainWindow.xaml` に以下を追加。 ```xaml ``` ショーケースを参考に、`App.xaml.cs` に以下を追加。 ```cs public partial class Application { protected override void OnStartup(StartupEventArgs e) { base.OnStartup(e); this.ShutdownMode = ShutdownMode.OnMainWindowClose; ThemeService.Current.Register(this, Theme.Windows, Accent.Windows);...
ChromeWindow を外部プロセスのウィンドウにアタッチした場合に全ての仮想デスクトップに表示されてしまう問題を修正しました。