Version

ButtonRoundedCornersType Enumeration

Type of rendering logic that is used to create rounded corners around button.
Syntax
'Declaration
 
Public Enum ButtonRoundedCornersType 
   Inherits System.Enum
public enum ButtonRoundedCornersType : System.Enum 
Members
MemberDescription
AutoIf the background colors and border related properties are not set and the UseBrowserDefaults is true, then FileImages with predefined image-files become enabled for WindowsXP and Macintosh user-machines.
BordersByTableCellsRounded corners are created using cells of a table. The border and background related properties are used to build rounded borders.
DisabledRounded corners are disabled.
FileImagesBackground images are used to create a rounded appearance.
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