gpt4 book ai didi

xaml - Xamarin.Forms 中如何添加图像和图标?

转载 作者:行者123 更新时间:2023-12-04 17:11:00 25 4
gpt4 key购买 nike

这是我第一次使用 Xamarin.Forms,我想知道如何添加图标或图像。我试着查了一下,但是很复杂

<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:hello"
x:Class="hello.MainPage">
<StackLayout >
<Label Text="Hello"
VerticalOptions="Center"
HorizontalOptions="Center"
TextColor="White"
FontSize="30"
FontAttributes="Italic"/>

<Image /> I am trying to add it here
<Icon/> I am trying to add it here

<Label Text="Name"
VerticalOptions="Center"
HorizontalOptions="Center"
TextColor="White"
Font="large"/>
<entry placeholder="Enter your name here"/>
</StackLayout>
</ContentPage>

最佳答案

您可以为页面设置图标,但我不知道图标控件。可以通过指向本地资源或在线资源来设置页面图标。

<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:hello"
x:Class="hello.MainPage"
Icon="Icon.png">

设置显示一个 Image 你需要设置图像的来源
<Image Source="waterfront.jpg" />

关于xaml - Xamarin.Forms 中如何添加图像和图标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48749961/

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