Top "Cornerradius" questions

is for questions dealing with the radius used when drawing rounded corners for a layer's background.

Different cornerRadius for each corner Swift 3 - iOS

I want to set different corner radius for a view in Swift -3 , I am able to set the radius …

ios swift3 cornerradius
How can I set the cornerRadius of a UIStackView?

I'm updating my app to use UIStackViews, now that most people should have updated to iOS 9. In the old version, …

ios swift cornerradius uistackview
How to set UIImageView with rounded corners for aspect fit mode

I usually use the following code to set rounded corners. imageView.layer.cornerRadius = 10 It works when the imageView is set …

ios objective-c swift rounded-corners cornerradius
How to change the CornerRadius of the Combobox WPF

I want to use a ComboBox with different CornerRadius, how can I change that simply? I've tried with Style and …

wpf combobox styles controltemplate cornerradius
How to change card_view:cardCornerRadius programmatically

In my project, I am using RecyclerView in my listing using CardView. In my listing I have to set the …

android android-cardview cornerradius cardview
Setting the button radius programmatically in android

I have a button say myButton. I want to set the top left corner radius of the button programmatically. I'm …

android button cornerradius
what is relation between masksToBounds and cornerRadius?

My scroll has some views that is cornerRadius = 10.0 and masksToBounds = YES. This causes a performance issue for scrolling my scroll …

iphone objective-c ios calayer cornerradius
customize the Border property with CornerRadius for ListBox

I want to customize the following Listbox-display property of border with CornerRadius=5..can anyone help me to achieve it without …

wpf xaml listbox border cornerradius
Corner radius on UIVisualEffectView

Hi Im wondering if It's possible to set a corner radius on a UIVisualEffectView? Here's the code that i've tried: @…

swift xcode6 cornerradius uivisualeffectview
How to make a circle UIView in Swift

The following code works on an iPhone but on an iPad the circle is not evenly rounded. How can I …

ios swift cornerradius