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 の背景色を変更したい !!! プロパティとプロパティ を変更しましたが、何も起こらず、RectangleShape の背景色は変更されませんでした。FillColorBackColorBlack
FillColor
BackColor
Black
RectangleShape の背景色を変更するにはどうすればよいですか?
FillStyleをSolidに設定しましたか?
BackStyleプロパティを「Transparent」から「Opaque」に変更します。プロパティがどのような影響を与えるかを確認するには、もう少しクリックしてください。デザイナーのサポートはかなり良いです。