Function

Editor.Shapes.SetCurrentShapesDirection

Void Editor.Shapes.SetCurrentShapesDirection(String newDirection)
API http://api.avolites.com/11.0/Editor.Shapes.SetCurrentShapesDirection.html
description Sets the current shapes direction.
namespace Editor.Shapes
parameter newDirection ( String ) : The new direction.
values None, LeftToRight, TopDown, HorizontalBlinds, RightToLeft, BottomUp, VerticalBlinds, TopLeftIn, TopRightIn, RadialMiddle, BottomLeftIn, BottomRightIn, BottomMiddleUpRadial, EndsInLinear, Random
return value Void
Example in

Set Shapes (and KFS) Direction:

<step condition="!Editor.Shapes.EditShapesEmpty">Editor.Shapes.SetCurrentShapesDirection("RightToLeft")</step>
Also used in
Remarks