Gets or sets a shape rotation applied when calculating the shape vertex coordinates inside the box bounding rectangle.
SyntaxVB6
Copy Code
|
|---|
Public Property Get ShapeOrientation() As Integer |
C++
Copy Code
|
|---|
public: |
A short value. The allowed values are 0/90/180/270. Initialized with FlowChart.ShapeOrientation.
RemarksThe template applied to a box' Shape is rotated at this angle to determine the final coordinates of the shape.
See Also