When the user rotates a shape or polyline with AspectRatioLocked=True, should the layer be automatically sized to maintain the original size of the shape?

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

Syntax

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

See Also