Attachment 78171
I want to place the button on the grid in a slided(or angular) manner(not horrizontal which is by default when i drag a button and put it on the grid);how to achieve this in wpf?
please help
Printable View
Attachment 78171
I want to place the button on the grid in a slided(or angular) manner(not horrizontal which is by default when i drag a button and put it on the grid);how to achieve this in wpf?
please help
Hey,
To do this, you would use the RotateTransform on the button. Here is an example:
http://msdn.microsoft.com/en-us/libr...nt45degSection
Gary