AdControl 上的背景图像

发布于 2025-01-08 12:25:57 字数 102 浏览 0 评论 0原文

是否可以向 AdControl 添加背景图像?或者是否可以将 AdControl 放置在图像上并为其提供透明背景?

我一直在尝试几件事来实现这一目标——到目前为止还没有成功。

Is it possible to add a background image to an AdControl? Or is it possible to place an AdControl over an image and give it a transparent background?

I have been trying several things to try to accomplish this - no luck so far.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甩你一脸翔 2025-01-15 12:25:57

您可以尝试将 AdControl 放入 Border Control 中。您可以将图像设置为边框控件。

<Border Background="Red">
<AdControl id="adControl1" height=80 width="480" />
</Border>

大多数广告都有透明背景。

希望这有帮助。

You can try putting a AdControl inside a Border Control. You can set the Image to a Border Control.

<Border Background="Red">
<AdControl id="adControl1" height=80 width="480" />
</Border>

Most of the Ads have a Transparent Background.

Hope this helps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文