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.

C# Form with custom border and rounded edges

I am using this code to make my form (FormBorderStyle=none) with rounded edges: [DllImport("Gdi32.dll", EntryPoint = "CreateRoundRectRgn")] private …

c# winforms rounded-corners formborderstyle
Rounded Corners only on Top of a UIView

Hi i am searching a clean solution without overwriting drawRect or stuff like that to create a UIView with Rounded …

objective-c uiview core-graphics rounded-corners
Round Top Corners of a UIButton in Swift

I know I can round all four corners using: myBtn.layer.cornerRadius = 8 myBtn.layer.masksToBounds = true Since I only want …

ios swift uibutton rounded-corners
How can I make a rounded-corners form in WPF?

I am trying to make the corners of a Window (WPF) rounded and it doesn't work, I tried to make …

wpf xaml rounded-corners
Android XML rounded clipped corners

I've setup a LinearLayout with the following drawable background: <?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://…

android xml rounded-corners
How can I make a rounded corner grid?

I tried and it sets a new border above the grid border: <Window x:Class="Class.Window" xmlns="http://…

wpf border rounded-corners
Android Button with rounded corners, ripple effect and no shadow

I am trying to build Android Button with rounded corners. But along the rounded corners (bottom left & right corner), …

android button rounded-corners ripple
Top-left and -right corner rounded in Javafx/CSS

I would like to create a Pane with 2 rounded corners top-left and top-right, how can i do this in javafx? …

css javafx rounded-corners
How is a rounded rect view with transparency done on iphone?

A lot of apps pop up a transparent view with rounded corners and an activityIndicator when running a time consuming …

iphone cocoa-touch rounded-corners
jQuery round corner code for IE8 in standards mode?

I need a solution for round corners using javascript with or without jQuery in IE8 standards mode.

javascript jquery internet-explorer-8 rounded-corners