Properties window like visual studio in Silverlight
Posted
by Meysam Javadi
on Stack Overflow
See other posts from Stack Overflow
or by Meysam Javadi
Published on 2010-05-10T04:23:19Z
Indexed on
2010/05/10
4:28 UTC
Read the original article
Hit count: 304
Silverlight
|c#
suppose this scenario:
there is a design panel like XAML designer that i added some Controls on it(in run-time with create instance of some element and add it to RootLayout.Children
). now i like manipulate some properties of one control(that i now which one) with something like this.
is there a any short approach to goal?
© Stack Overflow or respective owner