1

How do i get the default xaml template for a control? In expression blend you can right click a control and press style then i generates the current template as xaml.. how do i do this if i don't have expression blend?

Peter
  • 37,042
  • 39
  • 142
  • 198

4 Answers4

2

You can use XAMLPad or StyleSnooper or Reflector.

decyclone
  • 30,394
  • 6
  • 63
  • 80
1

just verify this link

Control template for existing controls in WPF

You can use Reflector tool to get resource like xaml of existing controls

Community
  • 1
  • 1
Kishore Kumar
  • 21,449
  • 13
  • 81
  • 113
1

.

For WPF,

Control Styles and Templates

For Silverlight,

Control Styles and Templates

.

Nawaz
  • 353,942
  • 115
  • 666
  • 851
-1

HI
No way just Use Microsoft expression blend. use trial-ver :)

Rev
  • 2,269
  • 8
  • 45
  • 75