gpt4 book ai didi

c# - 如何绘制没有边缘的图像

转载 作者:行者123 更新时间:2023-11-28 12:46:16 24 4
gpt4 key购买 nike

有人知道,如何在 visual studio 中的 imagebutton 中无边显示图像吗?

图片>

enter image description here

我的CSS

.imageButtonCSS {
width: 15px; height: 15px;
margin-right: 5px;
padding: 0px;
background: url("../Images/delete.png");
}

C#

ImageButton imageButton = new ImageButton();
imageButton .ID = "1";
imageButton .CssClass = "imageButtonCSS ";
tableCell.Controls.Add(imageButton);

最佳答案

使用下方- image, button{outline:0, border: none;}

同样要使用圆 Angular ,您可以使用-
button.image Button CSS {border-radius:50%;}

关于c# - 如何绘制没有边缘的图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25029367/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com