ASP.NET Show - Image panels can have custom sizes

To set image panel sizes use ImageWidth and ImageHeight panel properties.

Default sizes
 
Custom sizes
 

Example Code

<obshow:Panel ImagePath="images/mixed/bridge2.jpg" ImageWidth="250px" ImageHeight="30px" />    

VB.NET
Show1.ImageWidth = "250px"
Show1.ImageHeight = "30px"


C#
Show1.ImageWidth = "250px";
Show1.ImageHeight = "30px";