Version

RoundedCorners Property (WebImageButton)

Collection of properties that are used to enable painting of rounded corners defined by background images.
Syntax
'Declaration
 
Public Overridable ReadOnly Property RoundedCorners As ButtonRoundedCorners
public virtual ButtonRoundedCorners RoundedCorners {get;}
Remarks

Warnings:

  • If FileImages is used (which is automatically enabled with all defaults), then the InternetExplorer6 may fail to load background images and then button becomes transparent. That problem can not be fixed by the WebImageButton.
  • If BordersByTableCells is used and a particular browser fails to create a TD-html-element with the size of 1x1 pixels, then borders of the button can be distorted and have increased width.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also