Anchor position relative to layer width?

Yes.

anchor = Layer.anchors["topright"]
anchor.setOrientation_(1)
print(anchor.orientation())
"""
	GSAlignmentLeft = 0
	GSAlignmentCenter = 2
	GSAlignmentRight = 1
"""
1 Like