gpt4 book ai didi

xaml - {绑定(bind) .} 在 Xamarin 中

转载 作者:行者123 更新时间:2023-12-04 01:55:18 25 4
gpt4 key购买 nike

我在 example 中看到了这段代码一些 Xamarin 代码:

        <ListView.ItemTemplate>
<DataTemplate>
<ViewCell>
<Label Text="{Binding .}" TextColor="#66ffff" FontSize="Micro" HorizontalOptions="CenterAndExpand" />
</ViewCell>
</DataTemplate>
</ListView.ItemTemplate>

什么是绑定(bind)。意思是?我从尝试代码的猜测是来自 ItemsSource 的一个字符,就像在正则表达式中一样?但我在 documentation 中找不到这个.

最佳答案

点 (.) 表示您将整个对象/模型而不是单个属性绑定(bind)到该标签的文本属性。这有时是必需的,例如,您需要转换器中模型的多个方面。

在上面的代码示例中,该 ListView 的项目源也可能是字符串列表。所以没有属性绑定(bind)到文本属性。

关于xaml - {绑定(bind) .} 在 Xamarin 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50984525/

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