I currently want to create a wpf style by selecting a group of attributes, e.g. Height
, Width
of a button, then right click and call a command like "Generate style from selection" and the IDE will do the rest for me: add .Resource tags, and a Style with sample x:Key
and put the attributes' names and values into Setter
tags.
Is it possible? Any addons are welcome. I prefer to have a free solution. Please discuss!