TransformerAnchorPosition Enumeration
Specifies the pivot alignment/snapping
Definition
Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public enum AnchorPositionMembers
| TopLeft | 0 | Top left alignment |
| TopMiddle | 1 | Top middle alignment |
| TopRight | 2 | Top right alignment |
| CenterLeft | 16 | Center left alignment |
| CenterMiddle | 17 | Center middle alignment |
| CenterRight | 18 | Center right alignment |
| BottomLeft | 32 | Bottom left alignment |
| BottomMiddle | 33 | Bottom middle alignment |
| BottomRight | 34 | Bottom right alignment |
| CustomPosition | 255 | Not snaped to a corner position |