Home / DeveloperSection / Interviews / How to create a button USING XAML?
You haven’t finished your post yet. Are you sure you want to leave and discard your draft?
Can you answer this question?
Anonymous User
To define a button in WPF using XAML use the following syntax,
<Button Name="btnName">btnCaption</Button>
You have need login or register for voting of answers or question.
Anonymous User
14-Oct-2013To define a button in WPF using XAML use the following syntax,
<Button Name="btnName">btnCaption</Button>