Gets or sets the way the editor is resized.
            
        
        Namespace: CuteEditorAssembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# | 
|---|
public EditorResizeMode ResizeMode { get; set; }  | 
| Visual Basic | 
|---|
Public Property ResizeMode As EditorResizeMode Get Set  | 
| Visual C++ | 
|---|
public: property EditorResizeMode ResizeMode { EditorResizeMode get (); void set (EditorResizeMode value); }  |