2012-02-01から1ヶ月間の記事一覧

Notifications の TileTemplateType の一覧と、そこから取得できる XML

この内容は Windows 8 Developer Preview を元に記述しています。 Metro のタイル通知である Notification のサンプルを見ていると、どうやら XML を作ってタイルにこういうのを表示してねって知らせるみたいです。で、その XML のひな形は Windows.UI.Notif…

移転します

遅まきながらはてなブログがオープンしたみたいなので、移転しました。 「k_maruの思うところ2」

Metro の日本語フォント (.NET)

この内容は Windows 8 Developer Preview を元に記述しています。 Metro アプリの日本語フォントはデフォルトで何が利用されるか確認してみました。 <StackPanel Orientation="Vertical"> <StackPanel Orientation="Vertical"> <TextBlock Text="Devloper Designer - Default" /> <TextBlock Text="Devloper Designer - Segoe UI Light" FontFamily="Segoe UI Light" /> </textblock></textblock></stackpanel></stackpanel>