If you do not want to preserve the aspect ratio when you drag and resize an image, you can set the MaintainAspectRatioWhenDraggingImage property to false. By default, MaintainAspectRatioWhenDraggingImage is set to true to enable the preservation of the aspect ratio.

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

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

See Also