Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このコード (Brush)this.FindResource("key")を使用して wpf でブラシ参照を取得できますが、windows8 メトロで同じことを行うにはどうすればよいですか?
(Brush)this.FindResource("key")
これを試して...
Resource.tryGetValue(out object,key);
動作するはずです。