RectangleAlignmentType

RectangleAlignmentType enumeration

2 つの長方形を互いに相対的に配置する方法を表します。

public enum RectangleAlignmentType

名前価値説明
Bottom0Bottom
BottomLeft1BottomLeft
BottomRight2BottomRight
Center3センター
Left4
Right5
Top6トップ
TopLeft7左上
TopRight8右上

関連項目