开发者

WPF Generate Xaml template

开发者 https://www.devze.com 2023-01-27 02:26 出处:网络
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

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 :)

0

精彩评论

暂无评论...
验证码 换一张
取 消