RectangleAlignment
RectangleAlignment 枚举
定义二维对齐。
public enum RectangleAlignment : sbyte
值
| 名称 | 值 | 描述 | 
|---|---|---|
| NotDefined | -1 | |
| TopLeft | 0 | |
| Top | 1 | |
| TopRight | 2 | |
| Left | 3 | |
| Center | 4 | |
| Right | 5 | |
| BottomLeft | 6 | |
| Bottom | 7 | |
| BottomRight | 8 | 
另见
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
定义二维对齐。
public enum RectangleAlignment : sbyte
| 名称 | 值 | 描述 | 
|---|---|---|
| NotDefined | -1 | |
| TopLeft | 0 | |
| Top | 1 | |
| TopRight | 2 | |
| Left | 3 | |
| Center | 4 | |
| Right | 5 | |
| BottomLeft | 6 | |
| Bottom | 7 | |
| BottomRight | 8 |