1
這裏標籤A怪鬼線是代碼:出現在WPF附近與WindowStyle = 「無」
<Window x:Class="WpfWindow.Window1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" mc:Ignorable="d" Topmost="True" WindowStyle="None" ResizeMode="NoResize"
d:DesignHeight="300" d:DesignWidth="300" SizeToContent="WidthAndHeight" WindowStartupLocation="CenterScreen">
<Label Content="Test label" />
</Window>
它產生如下圖像:
這似乎不斷重現只要設置以下參數:
- ResizeMode =「NoResize」
- WindowStyle =「無」
- SizeToContent =「WidthAndHeight」
我希望如果我設置爲窗口邊框顏色它會消失,但是,它在那裏停留,即使我做.. 。
任何人都有我如何使這條線消失的想法?
謝謝!
太棒了!謝謝! – VitalyB 2011-01-12 22:39:57