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 | 右下角. |