Hello,
I have the following label in the window:
Now, on event A I want to change Background of label from transparent to Black from code at runtime.
And on event B, I want to set Background of label back to transparent from code at runtime.
Could you please help me figure out how should I go about it?
Thank you :)
I have the following label in the window:
<Label Name="ProgressLabel" Grid.ColumnSpan="2" FontSize="130" VerticalContentAlignment="Center" HorizontalContentAlignment="Center" Foreground="White" Background="Transparent" Opacity=".75" FontFamily="Calibri" Visibility="Hidden" />
Now, on event A I want to change Background of label from transparent to Black from code at runtime.
And on event B, I want to set Background of label back to transparent from code at runtime.
Could you please help me figure out how should I go about it?
Thank you :)