Custom Design Close /Minimize button on WPF Form?
Is there anyway I can create a Windows WPF form with custom design of the Close, 开发者_运维知识库Minimize, Maximize Button?
Thank you
It'll require pretty much code but you might want to have a look at GlassWindow in FluidKit at CodePlex: http://fluidkit.codeplex.com/
The source code has a custom Window Style looking like this. I've used it once and it works good
Yes you can.
精彩评论