2012-10-03 95 views

回答

0

您不能編輯在WPF窗口標題欄。爲此,您需要設置WindowStyle = None並在頂部添加usercontrol,並使其作爲窗口標題。

+0

有一個鏈接[Create-Custom-Windows-in-WPF-with-Ease](http://www.codeproject.com/Articles/140267/Create-Custom-Windows-in-WPF-with-Ease )這是非常好的。你也可以像這樣實現你的功能。 –

+0

好的。這就是我需要的。但仍然如何使這個三角形在鼠標位置的窗口頂部? – user1616144

+0

創建一個用戶控件,該控件具有一個隨鼠標位置移動並將其放在主窗口頂部的三角形。 –