2008-09-12から1日間の記事一覧

WPF の Style に挑戦

C#

はじめに 先日 WPF で初めてまとも(?)に作成したウィンドウを、スタイルでちょっぴり見栄え良くしてみます。 修正したXAMLを晒します <Window x:Class="WpfSample.EditDialog" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="EditDialog" Height="400" Width="400" Background="#303030"> </window>