ラベルを含むxamlを持つクラスが1つあります。このラベルの内容を別のクラスから変更したい。たとえば、mainwindow.xamlを持つクラスmainwindow.xaml.csがあり、newclass.csからmainwindow.xamlのラベルを処理したいとします。これどうやってするの??
編集:グリッドにこのラベルがあり、別のクラスのコンテンツを変更したい:
<Label Content="" Panel.ZIndex="1" FontWeight="SemiBold" FontSize="16px" Name="lb1" Margin="0,0,0,0" VerticalAlignment="Bottom" Height="30" HorizontalAlignment="Right" Width="250" HorizontalContentAlignment="Right" VerticalContentAlignment="Top"/>