<StackPanel>
<!--TextBlock Control-->
<TextBlock Text=" Text Block" FontSize="28"></TextBlock>
<!--TextBox Control-->
<TextBox x:Name="txtName" Text="TextBox"></TextBox>
<!--Border Control-->
<Border CornerRadius="10" Background="Red"
Height="50" BorderBrush="Yellow" ></Border>
<!--CheckBox Control-->
<CheckBox IsChecked="True"></CheckBox>
<!--ComboBox (Dropdown) Control-->
<ComboBox>
<ComboBoxItem Content="India" IsSelected="True" ></ComboBoxItem>
<ComboBoxItem Content="USA"></ComboBoxItem>
<ComboBoxItem Content="Srilanka"></ComboBoxItem>
<ComboBoxItem Content="UK"></ComboBoxItem>
</ComboBox>
<!--Image Control-->
<Image Source="Images\images.jpg" Height="100"></Image>
<!--Image Control-->
<Rectangle Height="50" Fill="Yellow" />
<!--Time Control-->
<TimePicker >
</TimePicker>
</StackPanel>
<!--TextBlock Control-->
<TextBlock Text=" Text Block" FontSize="28"></TextBlock>
<!--TextBox Control-->
<TextBox x:Name="txtName" Text="TextBox"></TextBox>
<!--Border Control-->
<Border CornerRadius="10" Background="Red"
Height="50" BorderBrush="Yellow" ></Border>
<!--CheckBox Control-->
<CheckBox IsChecked="True"></CheckBox>
<!--ComboBox (Dropdown) Control-->
<ComboBox>
<ComboBoxItem Content="India" IsSelected="True" ></ComboBoxItem>
<ComboBoxItem Content="USA"></ComboBoxItem>
<ComboBoxItem Content="Srilanka"></ComboBoxItem>
<ComboBoxItem Content="UK"></ComboBoxItem>
</ComboBox>
<!--Image Control-->
<Image Source="Images\images.jpg" Height="100"></Image>
<!--Image Control-->
<Rectangle Height="50" Fill="Yellow" />
<!--Time Control-->
<TimePicker >
</TimePicker>
</StackPanel>

No comments:
Post a Comment