2 Replies Last post: Feb 11, 2013 9:09 PM by Filip Skakun  
Filip Skakun Newbie 2 posts since
Feb 7, 2013
Currently Being Moderated

Feb 7, 2013 10:09 PM

Feature Request for XAML - detect default property values

I would like to clean up XAML files as I work on them. It would be really helpful and educational if you could see what the default values are for properties when you set them - e.g. that RowDefinition.Height is * by default, so you don't need to specify it. I realize that some properties can be affected by styles, but I am sure it can be determined what's the default based on the code.

Matt Ellis Novice 127 posts since
Jul 5, 2009
Currently Being Moderated
Feb 11, 2013 1:47 PM in response to: Filip Skakun
Re: Feature Request for XAML - detect default property values

You might want to take a look at the GammaXaml plugin (http://gjxaml.codeplex.com/) which I think offers this kind of analysis.

More Like This

  • Retrieving data ...