ControlPictureAlignmentType
ControlPictureAlignmentType enumeration
代表图片在Form或Image内部的对齐方式。
public enum ControlPictureAlignmentType
价值观
姓名 | 价值 | 描述 |
---|---|---|
TopLeft | 0 | 左上角。 |
TopRight | 1 | 右上角。 |
Center | 2 | 中心。 |
BottomLeft | 3 | 左下角。 |
BottomRight | 4 | 右下角。 |
代表图片在Form或Image内部的对齐方式。
public enum ControlPictureAlignmentType
姓名 | 价值 | 描述 |
---|---|---|
TopLeft | 0 | 左上角。 |
TopRight | 1 | 右上角。 |
Center | 2 | 中心。 |
BottomLeft | 3 | 左下角。 |
BottomRight | 4 | 右下角。 |