Version

RoundedRectCorners Enumeration

Flagged enumeration used to indicate one or more corners of a rectangle.
Syntax
'Declaration
 
Public Enum RoundedRectCorners 
   Inherits System.Enum
public enum RoundedRectCorners : System.Enum 
Members
MemberDescription
AllAll 4 corners
BottomThe left and right corners of the bottom edge.
BottomLeftThe bottom left corner
BottomRightThe bottom right corner
LeftThe top and bottom corners of the left edge.
NoneNo corners
RightThe top and bottom corners of the right edge.
TopThe left and right corners of the top edge.
TopLeftThe top left corner
TopRightThe top right corner
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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