Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好我想在页面加载中为表单设置不透明度。
我尝试像这样设置不透明度
this.Opacity = 10; 在页面加载中,但它不起作用。
我可以知道原因吗
不透明度是1.0. 如果您想要 10%,请使用0.1.
1.0
0.1