How to create a button USING XAML?
Ask by Anonymous User
Updated 10 Sep 2020
To define a button in WPF using XAML use the following syntax,
<Button Name="btnName">btnCaption</Button>