gpt4 book ai didi

visual-studio - 如何在 XAML 中的 Xamarin.Forms 中的 Visual Studio 中设置十六进制 BackgroundColor 和整数 FontSize?

转载 作者:行者123 更新时间:2023-12-02 10:58:34 25 4
gpt4 key购买 nike

我的问题是我在 中遇到错误 Visual Studio 关于BackgroundColorfontSize我的按钮上的属性。

没有 Visual Studio 错误的所需 XAML:

<Button Text="/" Grid.Row="1" Grid.Column="3"
BackgroundColor="#FFA500" TextColor="White"
FontSize="36" BorderRadius="0" />

Visual Studio 错误:
enter image description here

但是,XAML 文档将十六进制颜色设置为背景颜色,因此不应该出现错误,对吧?:

https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/colors#using-from-xaml

最佳答案

Short version:

I created a new solution and it accepts the FontSize="36" and BackgroundColor="#808080". The solution I previously used came from a website.

A few days later I got another error

enter image description here

Installing the IDE compatibility for Visual Studio 2017 version 15.8 solved this: https://releases.xamarin.com/category/visual-studio-tools-for-xamarin/



长版:

我的临时解决方案

我只是将我的错误列表设置为仅构建,以便无论如何我都可以编译我的代码。

IntelliSense 似乎会生成错误,但我在 XAML 中声明的十六进制颜色和字体大小正在工作。

enter image description here

我所做的破坏了我的临时解决方案

我清理并构建了公共(public)类库和平台库。我还删除了 iOS 和 Windows 手机库。这些步骤导致以下错误:

enter image description here

什么对我有用

我决定创建一个新的解决方案,它接受了 FontSize="36"BackgroundColor="#808080"在我的 XAML 文件中。我之前使用的解决方案来自一个网站。

几天后,我又遇到了一个错误
enter image description here

安装 Visual Studio 2017 版本 15.8 的 IDE 兼容性解决了这个问题: https://releases.xamarin.com/category/visual-studio-tools-for-xamarin/

关于visual-studio - 如何在 XAML 中的 Xamarin.Forms 中的 Visual Studio 中设置十六进制 BackgroundColor 和整数 FontSize?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52614368/

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