码迷,mamicode.com
首页 >  
搜索关键字:transparent    ( 581个结果
自行实现透明的控件如Panel GroupBox(使用不需要重绘父控件的效果,一切都因为窗口有了WS_EX_TRANSPARENT属性)
CSDN的Blog开通了。我想这里的Blog作为今后自己回答别人问题的时候,收藏答案的地方很不错呢。 因为社区的贴子早晚都会沉下去,查找起来很不方便,甚至再也找不到呢。 Q: http://community.csdn.net/Expert/TopicView.asp?id=3106090 言归正传 ...
分类:其他好文   时间:2018-04-18 21:24:55    阅读次数:333
bootstrap的button按钮点击之后会有蓝色边框怎么解决?
.btn:focus,.btn:active:focus, .btn.active:focus,.btn.focus, .btn:active.focus,.btn.active.focus { outline: none; border-color: transparent; box-shadow... ...
分类:其他好文   时间:2018-04-09 15:10:41    阅读次数:192
背景透明的控件
在使用控件时,会见到backcolor可以设置成"Transparent"中文名是“透明的” 可是使用的时候却没见到透明啊,今天尝试了下发现问题是这样的。 这个透明需要有一个相对的东西。 比如给label的默认parent是这个窗口,但如果parent设置成一个pictureBox, 那么这个lab ...
分类:其他好文   时间:2018-03-26 19:48:16    阅读次数:166
shader
Shader "Custom/logo" { Properties { _MainTex ("Texture", 2D) = "white" { } } SubShader { Tags { "Queue"="Transparent" "IgnoreProjector"="True" "Render ...
分类:其他好文   时间:2018-03-24 00:48:38    阅读次数:160
CSS基础——文本
1、color属性:设置文本颜色。无默认值 可以使用Color Name(颜色名称), HEX, RGB, RGBA, HSL, HSLA, transparent来指定color。 color属性值被间接用来提供一个中间值 currentColor 以供其他接受颜色值的属性使用。 color属性值 ...
分类:Web程序   时间:2018-03-21 11:52:37    阅读次数:243
IntelliJ IDEA编码格式设置
之前一直使用eclipse能够熟悉的设置工程和文件的编码格式,现在换成IntelliJ IDEA设置编码格式的地方有点变化,按照如图所示进行设置: 这里要将Transparent native-to-ascii conversion选项勾选,否则项目中properties文件中的中文会显示成Unic ...
分类:其他好文   时间:2018-03-07 00:49:24    阅读次数:708
27.透明度
1.让背景颜色变透明 background-color:rgba(0,0,0,0); 2.让边框变透明 border-color: transparent; ...
分类:其他好文   时间:2018-03-03 21:23:58    阅读次数:143
重置样式
移动端 * { -webkit-tap-highlight-color: transparent; outline: 0; margin: 0; padding: 0; vertical-align: baseline; } body, h1, h2, h3, h4, h5, h6, hr, p, ...
分类:其他好文   时间:2018-02-25 11:29:40    阅读次数:207
ShaderLab学习小结(十六)泡泡
一个球体,不论从哪去看,都是中心透明,向边上越来越不透,最后纯白,大概就像个泡泡一样效果如下图:先看shader代码:Shader"Custom/PaoPao"{//1.Properties{_MainColor("Main",color)=(1,1,1,1)_Scale("Scale",range(1,8))=1}SubShader{Tags{"queue"="Transparent"}//2.
分类:其他好文   时间:2018-02-08 16:30:27    阅读次数:191
android studio 消除RadioButton中的圆圈
当添加一个RadioButton时,系统会自动添加一个圆圈,如下图所示 要想消除这个圆圈,只需在RadioButton中添加android:color/transparent ...
分类:移动开发   时间:2018-02-07 14:45:50    阅读次数:178
581条   上一页 1 ... 12 13 14 15 16 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!