Blend tends to create its XAML in very long lines.
Is there a way to reformat it so that the properties of each element are lined up vertically under each other?
|
|
Blend tends to create its XAML in very long lines. Is there a way to reformat it so that the properties of each element are lined up vertically under each other?
|
||
|
|
|
|
You can do it by using Visual Studio:
http://weblogs.asp.net/fmarguerie/archive/2008/06/07/xaml-markup-formatting-in-visual-studio.aspx |
||
|
|
|
|
There isn't a feature in Blend that will autoformat XAML. I usually do xaml formatting with Visual Studio. Another option is to paste your XAML into Kaxaml and use its excellent XAML scrubber, then paste the result back into Blend. You can see a demo on Channel9: http://channel9.msdn.com/shows/Continuum/Kaxaml/ |
||
|
|