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.Web.UI
Assembly: CMS.CKEditor.Web.UI (in CMS.CKEditor.Web.UI.dll) Version: 11.0.0
Syntax
C#
[TypeConverterAttribute(typeof(WebColorConverter))]
public Color DialogBackgroundCoverColor { get; set; }

Property Value

Type: Color
See Also