Share via


UIRectCorner 列挙型

定義

四角形の角の列挙。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

[System.Flags]
public enum UIRectCorner
type UIRectCorner = 
継承
UIRectCorner
属性

フィールド

AllCorners 4294967295

四角形のすべての角。

BottomLeft 4

四角形の左下隅。

BottomRight 8

四角形の右下隅。

TopLeft 1

四角形の左上隅。

TopRight 2

四角形の右上隅。

適用対象