Q44_146_20240331131119.jpg | FuOverflow Community
  • Cùng tham gia cộng đồng FuOverflow trên Facebook  www.facebook.com/groups/fuoverflow

  • Ra mắt hệ thống Check điểm các môn thi sớm để về quê tự động, nhanh chóng tại FUO - Check score
    Check không đúng cam kết sẽ hoàn tiền

Q44_146_20240331131119.jpg
Misa

Q44_146_20240331131119.jpg

(Choose 1 answer)
What is the following Style tag used for?
<Window x:Class="WPFControls. DemoStyle"
<!--xmlns:-->
Title="DemoStyle" Height="200" Width="300"><Window.Resources>
<Style TargetType="TextBlock">
<Setter Property="Foreground" Value="Green" /><Setter Property="FontSize" Value="20" />
</Style>
</Window. Resources>
<StackPanel Margin="10"><TextBlock>WPF </TextBlock>
<TextBox> NET</TextBox>
</StackPanel>
</Window>
A. Set foreground is Green and FontSize is 20 for TextBox controls
B. Set background is Green and FontSize is 20 for controls
C. Set foreground is Green and FontSize is 20 for TextBlock controls
D. Set foreground is Green and FontSize is 20 for controls
Fish
Q: 44