CuteEditor for .NET 6.0 Class Library

Editor.MaintainAspectRatioWhenDraggingImage Property

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.

[Visual Basic]
Public Property MaintainAspectRatioWhenDraggingImage As Boolean
[C#]
public bool MaintainAspectRatioWhenDraggingImage {get; set;}

See Also

Editor Class | CuteEditor Namespace