Set the Height of the editor.
| C# |
public override Unit Height { get; set; }
The height must be set in pixels.
The default height is 400px.
| C# |
public override Unit Height { get; set; }
The default height is 400px.