2009-03-10から1日間の記事一覧

DropShadowEffect 実験機

WPF

DropShadowEffect のプロパティをリアルタイムにいじって試すコードです。手抜きだけど十分実用的。 WPF <Window x:Class="Effects.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Window1" Height="300" Width="300"> <UniformGrid Rows="2"> </uniformgrid></window>

Binding チートシート

WPF

こんばんは、siokoshou です。子供のころ、子供向け教育番組の「テレビの前のよい子のお友達」ってのが誰のことかわかりませんでしたw そういうお約束は小さい子供には難しいと思いますです。さて、WPF の Binding チートシートのご紹介。バインディングは…