PRN221_-_FA_2024_-_RE_3088.webp
Q

PRN221_-_FA_2024_-_RE_3088.webp

Kizspy | Question: 38
(Choose 1 answer)
What is the following Style tag used for?
<!--xmlns:-->
<Window x:Class="WPFControls.DemoStyle"
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 TextBlock controls
B. Set foreground is Green and FontSize is 20 for TextBox controls
C. Set foreground is Green and FontSize is 20 for controls
D. Set background is Green and FontSize is 20 for controls

Thông tin

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

Share this media

Back
Bên trên Bottom