2
Answers

How do i make Rounded Corner in Button/ Textbox

Photo of Harish S

Harish S

9y
5.4k
1
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)