When enabled the PreferredAspectRatio for the layer will be enforced regardless of the setting for LayersResizeAspectRatio.

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

Syntax

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

See Also