バージョン

RoundedRectCorners 列挙体

矩形のひとつ以上の角を示すために使用されるフラグ型列挙体。
シンタックス
'宣言
 
Public Enum RoundedRectCorners 
   Inherits System.Enum
public enum RoundedRectCorners : System.Enum 
メンバ
メンバ解説
Allすべての 4 つの角
Bottom下端の左右の角。
BottomLeft左下角
BottomRight右下角
Left左端の上下の角。
None角なし
Right右端の上下の角。
Top上端の左右の角。
TopLeft左上角
TopRight右上角
参照