Name of a user interface design feature which replaces the 90 degree angle formed at the end points of two perpendicular lines.
I want to draw a rectangle with rounded corners (border radius same for all 4 corners) with a specific color filling …
c++ qt rectangles rounded-corners qpainterI have read several posts already. And almost everyone suggest using QuartzCore/QuartzCore.h with layer.cornerRadius I have tried …
ios xcode uiimage rounded-cornersI have an SVG file that I am applying CSS to. Most rules seem to work, but when I apply …
css html svg rounded-cornersHow do you make a div so that it's border's corners are rounded? Thanks everyone!
html rounded-cornersI am creating a rounded corners tabs, that works fine in IE9, Mozilla and Chrome, but not in IE7/IE8. …
css internet-explorer internet-explorer-8 internet-explorer-7 rounded-cornersI have created a bar chart in chart.js using the below code. However I want to give the bars …
javascript charts bar-chart rounded-corners chart.jsAre there any official guidelines for how many pixels the edge radii should be when giving Android launcher icons rounded …
android rounded-corners dimensions android-launcher android-icons<Page xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Background="Black"&…
wpf xaml rounded-cornersI want to set a rounded corner for a button in android along with changing the button color on when …
android background-color rounded-corners android-buttonWhen I do : LineBorder lineBorder =new LineBorder(Color.white, 8, true); jTextField2.setBorder(lineBorder ); I get this result like: How can …
java swing jtextfield rounded-corners