Specifies whether or not to allow the users resize an object winthin the Cute Editor. For example, if you want to prevent people from resizing images, table winthin the Cute Editor, you can set it to false.

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

Syntax

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

See Also