PRN221_-_SU_2023_-_Block_5_-_FE_731.webp
Iida95

PRN221_-_SU_2023_-_Block_5_-_FE_731.webp

  • Media owner Iida95
  • Ngày thêm
(Choose 1 answer)
A. Set foreground is Green and FontSize is 20 for controls
B. Set foreground is Green and FontSize is 20 for TextBox controls
C. Set background is Green and FontSize is 20 for controls
D. Set foreground is Green and FontSize is 20 for TextBlock controls
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>

Exit 15

Thông tin

Category
PRN221
Thêm bởi
Iida95
Ngày thêm
Lượt xem
1,277
Lượt bình luận
4
Rating
0.00 star(s) 0 đánh giá

Image metadata

Filename
PRN221_-_SU_2023_-_Block_5_-_FE_731.webp
File size
63 KB
Dimensions
1542px x 690px

Share this media

Back
Bên trên Bottom