Version

RenderingType Property (ButtonRoundedCorners)

Type of rendering logic that is used to create rounded corners around button.
Syntax
'Declaration
 
Public Property RenderingType As ButtonRoundedCornersType
public ButtonRoundedCornersType RenderingType {get; set;}
Remarks

Warnings:

  • If FileImages is used (which is automatically enabled with all defaults), when Internet Explorer 6 may fail to load, background images and buttons becomes transparent. That problem can not be fixed by 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 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