You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Label HorizontalOptions="Center" Text="This text won't change in hot reload" x:Name="referencedLabel"/>
<Label HorizontalOptions="Center" Text="This control is preventing the other label from changing. (And changes to this will affect the other one)" IsVisible="{Binding Source={x:Reference referencedLabel},Path=IsVisible}"/>