How do i get the de开发者_如何学Gofault 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?
You can use XAMLPad
or StyleSnooper
or Reflector
.
just verify this link
Control template for existing controls in WPF
You can use Reflector tool to get resource like xaml of existing controls
.
For WPF,
Control Styles and Templates
For Silverlight,
Control Styles and Templates
.
HI
No way just Use Microsoft expression blend. use trial-ver :)
精彩评论