2
Answers

How do i make Rounded Corner in Button/ Textbox

I'm developing a Windows Phone app (Universal Store app).
Is there a possible way i can make my Button and Textbox with a rounded Corner
 
I tried this Particular Solution
<Border CornerRadius = "10">
   <Button ..../>
</Border>
 
it doesn't work. 

Answers (2)