gpt4 book ai didi

wpf - 如何使用可忽略的 ="d"

转载 作者:行者123 更新时间:2023-12-04 11:42:50 26 4
gpt4 key购买 nike

我想在设计时使我的用户控件具有黄色背景。设计后它应该保持透明。
我尝试使用“忽略”标志,但无法理解它是如何工作的。

<UserControl x:Class="Abnehmen_Standard.ucRoundButton"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
d:DesignHeight="84" d:DesignWidth="84"
d:Background="Yellow"

最后一行不起作用。

你能给我建议吗?

最佳答案

如果您使用表达式混合,这将起作用。正如您在标记中看到的那样

xmlns:d="http://schemas.microsoft.com/expression/blend/2008"

“d”仅用于表达混合而不用于视觉工作室。

this article如果你想为 Visual Studio 做同样的事情,你将不得不为此做一些编码。

关于wpf - 如何使用可忽略的 ="d",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8726806/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com