CKEditorControlHeight Property |
The height of the editing area (that includes the editor content).
This can be an integer, for pixel sizes, or any CSS-defined length unit.
Note: Percentage unit is not supported yet. e.g. 30%.
Default value: "200"
Namespace: CMS.CKEditorAssembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntax public override Unit Height { get; set; }
Property Value
Type:
UnitSee Also