Search
Group.FollowMasterRotation Property
See Also
 



Gets or sets a value specifying whether attached nodes should follow the rotation of a master Box node.

 Syntax

VB6  Copy Code

Public Property Get FollowMasterRotation() As Boolean
Public Property Let FollowMasterRotation( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_FollowMasterRotation ()
void put_FollowMasterRotation (
    bool value
)

 Property Value

A boolean value. The default is false.

 Remarks

Set this property to true to specify that attached nodes should follow the rotation of a master box node. The attached nodes are not rotated, but only their positions change. I.e. their center points are rotated at the master box' RotationAngle relative to the master box center.

 See Also