How to create a button USING XAML?
3875
14-Oct-2013
Anonymous User
14-Oct-2013To define a button in WPF using XAML use the following syntax,
<Button Name="btnName">btnCaption</Button>