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.
我在 Visual Studio 2008 SP1 中安装了 Visual Basic Power Pack 3。 我想在 C# WinForm 中更改 RectangleShape 的背景颜色!!! 我将FillColor属性和BackColor属性更改为Black但没有发生任何事情,并且 RectangleShape 的背景颜色没有改变。
FillColor
BackColor
Black
如何更改 RectangleShape 的背景颜色?
您是否将 FillStyle 设置为实体?
将 BackStyle 属性从“透明”更改为“不透明”。多点左右看看属性有什么效果,设计师支持的不错。