Click or drag to resize

TransformerAnchorPosition Enumeration

Specifies the pivot alignment/snapping

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public enum AnchorPosition
Members
  Member nameValueDescription
TopLeft0 Top left alignment
TopMiddle1 Top middle alignment
TopRight2 Top right alignment
CenterLeft16 Center left alignment
CenterMiddle17 Center middle alignment
CenterRight18 Center right alignment
BottomLeft32 Bottom left alignment
BottomMiddle33 Bottom middle alignment
BottomRight34 Bottom right alignment
CustomPosition255 Not snaped to a corner position
See Also