开发者

how to show bitmap over panel asp.net

开发者 https://www.devze.com 2023-03-04 23:50 出处:网络
H开发者_JAVA技巧ow to show bitmap over panel in .Net?I can\'t really imagine that you even tried doing this yourself before asking the question...

H开发者_JAVA技巧ow to show bitmap over panel in .Net?


I can't really imagine that you even tried doing this yourself before asking the question...

If I add a Panel control to my Web Form, and then examine the properties of that control in the Properties Window, I see one that looks particularly interesting: the BackImageUrl property.

Visual Studio tells me that this allows me to set:

The background image of the panel.

By setting that property to the URL of a bitmap of my choice, I can show a bitmap over a panel in .NET.

0

精彩评论

暂无评论...
验证码 换一张
取 消