Search
FlowChart.ShapeOrientation Property
See Also
 



Gets or sets the default rotation angle to be applies to a box shape definition.

 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. The default is 0.

 Remarks

The default rotation angle to be applied on a box Shape, when the DefaultShape template is applied on a newly created box.

 See Also