К
Size: a a a
К
MO
RR
RR
MO
RR
public string Message
{
get
{
return _alertMessage;
Console.WriteLine("Message is gettered");
}
set
{
RR
<Label TextColor="Red" Text="{Binding Alert.Message}" FontSize="Medium"/>
VK
RR
VK
IC
IC
RR
<Label TextColor="Red" Text="{Binding Prop1.Val}" FontSize="Medium"/>
class MainViewModel : INotifyPropertyChanged
{
...
public Prop1 Prop1 = new Prop1();
...
}
class Prop1
{
string Val { get; set; } = "lklklkLzf";
}
RR
IC
RR
IC
RR
IC
RR