'Declaration Public Enum RoundedRectCorners Inherits System.Enum
public enum RoundedRectCorners : System.Enum
Member | Description |
---|---|
All | All 4 corners |
Bottom | The left and right corners of the bottom edge. |
BottomLeft | The bottom left corner |
BottomRight | The bottom right corner |
Left | The top and bottom corners of the left edge. |
None | No corners |
Right | The top and bottom corners of the right edge. |
Top | The left and right corners of the top edge. |
TopLeft | The top left corner |
TopRight | The top right corner |
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