Version

RoundedCornersType Enumeration

The type of rounded corners.
Syntax
'Declaration
 
Public Enum RoundedCornersType 
   Inherits System.Enum
public enum RoundedCornersType : System.Enum 
Members
MemberDescription
FullThe generated html assumes that the height and width of target element is not limited. The size of html is much larger than html generated for other options.
HorizontalThe generated html assumes that the height of target element is limited by the EdgesSize property.
VerticalThe generated html assumes that the width of target element is limited by the EdgesSize property.
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