Hi All,
To explain my question
In Button class many properties are Dependency Property like (Width, Hight) and it is static property.
Now I have so many buttons in window and if I change width for any button it should update all the buttons present in my window as it is an static property.
Why it not updates width for all buttons?
Please help me to understand this.
Regards,
Ashish Agrawal