gpt4 book ai didi

background - Maui -- 如何使背景颜色透明?

转载 作者:行者123 更新时间:2023-12-05 03:25:41 28 4
gpt4 key购买 nike

我正在尝试编写一个程序,该程序将用作另一个程序之上的覆盖层。我希望文本、按钮和边框是实心的,而背景是透明的。

<VerticalStackLayout Spacing="25" Padding="30" BackgroundColor="Transparent" IsVisible="True" Opacity="1">

这适用于其中一个层,但似乎有多个层。

Here它提到更改 ContentPage,我试过了,但它似乎不起作用。

<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="NameSpace.MainPage"
xmlns:local="clr-namespace:NameSpace"
BackgroundColor="Transparent">

我也试过:

<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="NameSpace.MainPage"
xmlns:local="clr-namespace:NameSpace.Core.Views.CustomControls"
BackgroundColor="Transparent">

我更改了 Shell 以包含透明背景色,但这没有帮助。

<Shell
x:Class="NameSpace.AppShell"
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:NameSpace"
Shell.FlyoutBehavior="Disabled"
BackgroundColor="Transparent">

似乎在更改 ContentPage 或 Shell 时没有任何变化。

这些似乎都没有改变 VerticalStackLayout 背后的背景颜色。有什么想法吗?

最佳答案

目前不支持完全透明的窗口。 MAUI 在 Windows 应用程序的 WinUI 上运行,WinUI 尚不支持透明窗口。在以下位置有开放的功能请求:

关于background - Maui -- 如何使背景颜色透明?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71928071/

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