首页 > TAG信息列表 > CornerRadius

SDWebImage裁切圆角

extension UIImageView{ func sd_setImageWithURL(urlStr:String,cornerRadius:CGFloat){ if(urlStr.count <= 0) {return} let url = URL(string: urlStr) if cornerRadius != 0.0{ // 有圆角,读取圆角的缓存图片

Wpf Border圆角 设置不成功

//错误的用法 这样子是不会出现圆角的,哪怕你把CornerRadius设置到1000 <Border CornerRadius="3" Width="100" Height="100"> <StackPanel Background="Red"></StackPanel> </Border>       //正确的用法 这样子才会出现圆角的 <Border Corner

WPF进阶技巧和实战08-依赖属性与绑定01

依赖项属性 定义依赖项属性 注意:只能为依赖对象(继承自DependencyObject的类)添加依赖项属性。WPF中的元素基本上都继承自DependencyObject类。 静态字段 名称约定(属性末尾加上Property) Readonly(只能在静态构造函数中进行设置) public static readonly DependencyProperty ScalingR

WPF border圆角CornerRadius的绑定

错误写法: public Thickness Radius { get { return (Thickness)GetValue(RadiusProperty); } set { SetValue(RadiusProperty, value); } } public static readonly DependencyProperty RadiusProperty = DependencyProper

按钮的image图片是非圆角,直接对UIButton设置圆角,iOS13系统没有圆角的效果的问题及解决方案

按钮的image图片是非圆角,直接对UIButton设置圆角,iOS13系统没有圆角的效果的问题。iOS9和iOS14都没有这个问题。 self.layer.cornerRadius = cornerRadius; self.layer.masksToBounds = YES; 解决方案:直接对按钮imageView设置圆角,按钮背景设置为透明。

UIButton按钮的高亮状态颜色

首先是adjustsImageWhenHighlighted属性的正确使用: UIButton的adjustsImageWhenHighlighted属性是当UIButton设置了背景图片时,并且没有设置高亮状态下的背景图片,点击按钮是否有高亮状态。 默认下是YES,也就是说当我们点击按钮的时候会有高亮状态,当我们设置button.adjustsImageWhenH

Android笔记之RoundedImageView

参考项目:GcsSloop/rclayout 实现1,利用Canvas.clipPath来实现(无法去除锯齿效果) package com.bu_ish.blog; import android.content.Context; import android.graphics.Canvas; import android.graphics.Path; import android.util.AttributeSet; import androidx.appcompat.widg

android p状态栏,插入sim卡,关闭数据流量,状态栏卡图标右下角有X图标

需要修改的文件 SettingsLib 模块下的SignalDrawable.java @Override public void draw(@NonNull Canvas canvas) { final float width = getBounds().width(); final float height = getBounds().height(); boolean isRtl = getLayoutDir

(五十一)c#Winform自定义控件-文字提示

前提 入行已经7,8年了,一直想做一套漂亮点的自定义控件,于是就有了本系列文章。 GitHub:https://github.com/kwwwvagaa/NetWinformControl 码云:https://gitee.com/kwwwvagaa/net_winform_custom_control.git 如果觉得写的还行,请点个 star 支持一下吧 欢迎前来交流探讨: 企鹅群56801549

(四十二)c#Winform自定义控件-进度条扩展

前提 入行已经7,8年了,一直想做一套漂亮点的自定义控件,于是就有了本系列文章。 GitHub:https://github.com/kwwwvagaa/NetWinformControl 码云:https://gitee.com/kwwwvagaa/net_winform_custom_control.git 如果觉得写的还行,请点个 star 支持一下吧 欢迎前来交流探讨: 企鹅群56801549