When layer rotation is enabled , a large grip is shown at the bottom of layers which can be clicked to rotate the layer. If this option is not include, user can drag rotate anywhere outside of the layer area.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool ShowRotationGrip { get; set; }
Public Property ShowRotationGrip As Boolean
	Get
	Set
public:
property bool ShowRotationGrip {
	bool get ();
	void set (bool value);
}

See Also