<Button Text="Roll it, babe!" Command="{Binding RollItBabe}" CommandParameter="{x:Reference BetValue.Text}"/>
<Label Text="Ставка:"/>
<Label x:Name="BetValue" Text="100"/>'''
Я в комманд параметр хочу прибиндить текст BetValue. На WPF я делал через ElementName и Path, в Xamarin так не выходит.
{Binding Text, Source={x:Reference BetValue}”
Обсуждают сегодня