Answer: In XAML, a button can be created as in the following example:
Example:
<Grid x:Name="LayoutRoot" Background="White">
<Button Width="60" Height="30">Click Here</Button>
</Grid>
But in Visual Studio, you can directly create a button.
Asked In: Many Interviews |
Alert Moderator