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.
この画像でわかるように、ボタンに設定された画像は、明確な理由もなく下部がクリップされます。画像のサイズは 24x24pxAutoSizeで、ボタンのプロパティは に設定されていTrueます。
AutoSize
True
ボタンはウィンドウ上に直接配置されるため、そのサイズを乱すレイアウトはありません。
画像をボタンの「BackgroundImage」プロパティとして設定し、ボタンの「BackgroundImageLayout」プロパティを「Stretch」として設定します。