Click or drag to resize
CKEditorControlDialogBackgroundCoverColor Property
The color of the dialog background cover. It should be a valid CSS color string. Default value: 'white'

Namespace: CMS.CKEditor
Assembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntax
C#
[TypeConverterAttribute(typeof(WebColorConverter))]
public Color DialogBackgroundCoverColor { get; set; }

Property Value

Type: Color
See Also