Determines whether the specified aspect ratio lock is enforced when dragging the side, top and bottom grips. If this property is not set then only the corner grips will respect the lock

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

Syntax

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

See Also