Top "Rounded-corners" questions

Name of a user interface design feature which replaces the 90 degree angle formed at the end points of two perpendicular lines.

how to set cornerRadius for only bottom-left,bottom-right and top-left corner textview?

How to set corner radius only only bottom-left,bottom-right and top-left corner textview? let rectShape = CAShapeLayer() rectShape.backgroundColor = UIColor.redColor().…

swift textview rounded-corners
WPF rounded corner textbox

I don't know WPF and am now learning it. I was looking for rounded corners TextBox in WPF. So I …

wpf textbox rounded-corners
WPF rectangle - round just top corners

How can I have just the top corners rounded for a WPF rectangle? I created a border and set the …

wpf rounded-corners
Rounded tables in Twitter Bootstrap 3

Bootstrap 3 has dropped rounded corners on tables. Which styles should I apply to get them back when I apply the .…

css twitter-bootstrap-3 html-table rounded-corners
Rounded Corners on DIVs with Background Color

I've got some code that looks like this: <div id="shell"> <div id="title">TITLE HERE&…

css html rounded-corners
Round two corners in UIView

A little while ago I posted a question about rounding just two corners of a view, and got a great …

ios objective-c iphone rounded-corners
Rounded edges in button C# (WinForms)

Hello, through some research around here and other sites, I've made a rounded edges button. protected override void OnPaint(PaintEventArgs …

c# winforms button graphics rounded-corners
Rounded corners on a fieldset

I noticed that the "fieldset" tag renders a rounded corner border on IE (it renders squared on the other browsers). &…

html css internet-explorer rounded-corners fieldset
Bitmap in ImageView with rounded corners

I have an ImageView and I want to make it with rounded corners. I use this: <?xml version="1.0" encoding="…

android bitmap imageview rounded-corners