Harish S

Harish S

  • NA
  • 14
  • 5.3k

How do i make Rounded Corner in Button/ Textbox

Jul 7 2015 10:31 AM
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)