Search
Box.ShapeOrientation Property
See Also
 



Gets or sets a shape rotation applied when calculating the shape vertex coordinates inside the box bounding rectangle.

 Syntax

VB6  Copy Code

Public Property Get ShapeOrientation() As Integer
Public Property Let ShapeOrientation( _
    ByVal value As Integer _
)

C++  Copy Code

public:
short get_ShapeOrientation ()
void put_ShapeOrientation (
    short value
)

 Property Value

A short value. The allowed values are 0/90/180/270. Initialized with FlowChart.ShapeOrientation.

 Remarks

The template applied to a box' Shape is rotated at this angle to determine the final coordinates of the shape.

 See Also