Gets or sets the resize step in pixels used when the user clicks on "+" or "-" to resize the editor.

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

Syntax

C#
public int ResizeStep { get; set; }
Visual Basic
Public Property ResizeStep As Integer
	Get
	Set
Visual C++
public:
property int ResizeStep {
	int get ();
	void set (int value);
}

See Also