为什么?
<Window x:Class="WpfPortOfTestingCamera.inputSelection" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" title="inputSelection" windowstartupLocation="CenterOwner" ResizeMode="noresize" ShowInTaskbar="False" mc:Ignorable="d" xmlns:d="http://schemas.microsoft.com/Expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" SizetoContent="WIDthAndHeight" d:DesignWIDth="280" d:DesignHeight="206"> <StackPanel HorizontalAlignment="Center" name="stackPanel1" VerticalAlignment="top" margin="10" MaxWIDth="500"> <GroupBox header="Select Camera" HorizontalAlignment="Center" VerticalAlignment="Center"> <ComboBox Height="23" name="comboBox1" HorizontalAlignment="Center" VerticalAlignment="Center" MinWIDth="120" /> </GroupBox> <button Content="OK" name="buttonOK" IsDefault="True" Click="buttonOK_Click" /> </StackPanel></Window>解决方法 当设置内容字符串时,窗口调整为组合框的宽度时,似乎是一个渲染工件.
如果将属性SnapsToDevicePixels =“True”添加到Window-tag,则黑线会消失.
总结以上是内存溢出为你收集整理的C#WPF – 窗口中的黑线全部内容,希望文章能够帮你解决C#WPF – 窗口中的黑线所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)