2014-10-01から1ヶ月間の記事一覧
長い間お世話になったCodePlexからGitHubにお引越ししました。 新しいページはこちら。 runceel/ReactiveProperty · GitHub ちなみにReadmeを日本語化したものも用意しておきました。 ReactiveProperty/README-ja.md at master · runceel/ReactiveProperty ·…
先日Behaviorのコードだけのせてたやつですがコードレシピのほうに全体をのせました。 以下のURLから確認できます。 自動でめくれるFlipViewのサンプル in C#, XAML for Visual Studio 2013
こんなBehaviorを作ってぽとっとすればOK public class FlipViewRollingBehavior : Behavior<FlipView> { private IDisposable disposable; public static readonly DependencyProperty IntervalProperty = DependencyProperty.Register( "Interval", typeof(int), typ</flipview>…