[MahApps.Metro] はじめに

MahApps.Metro は、WPF 向けのUIライブラリです。
Windows ストアアプリのようなモダンな外観のコントロールをアプリ開発で利用できるようになります。
使用ライセンスは「Ms-PL」(https://msdn.microsoft.com/ja-jp/library/gg592960.aspx)です。このライセンスは、いくつかの条件を守れば、商用/非商用にかかわらず無償使用できるものです。

 

 

 

1. ライブラリを取得する

MahApps.Metro は、以下の方法で取得可能です。

 

GitHub

下記より入手できます。
https://github.com/MahApps/MahApps.Metro

 

NuGet

下記より入手できます。
https://www.nuget.org/packages/MahApps.Metro

 

 

2. サンプル画面を動かす

サンプルプログラムをコンパイルして、デザインや動作を見てみます。
以下、一部の代表的なサンプル画面を記載します。

 

Buttons

 

Theme を「BaseLight」にした場合の[buttons]

Theme を「BaseLight」にした場合の[buttons]

 

Theme を「BaseDark」にした場合の[buttons]

Theme を「BaseDark」にした場合の[buttons]

 

 

Text

[text]

 

 

Sliders and progress

[sliders and progress]

 

 

TabControl

[tabcontrol]

 

 

Dialog

[Dialog]

[Dialog]

 

 

Window

[Window]

[Window]

[Window]

 

「Window」のサンプル中には

などもあるので、各種応用をすぐに行えそうです。


その他「Window」サンプル

 

 

ライセンス

本ページの情報は、特記無い限り下記 MIT ライセンスで提供されます。

The MIT License (MIT)

  Copyright 2016 Kinoshita Hidetoshi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

 

 

参考

 


 

変更履歴

2016-02-27 - 新規作成

 

Programming Items トップページ

プライバシーポリシー