Click or drag to resize
CKEditorControlUIColor Property
The base user interface color to be used by the editor. Not all skins are compatible with this setting.

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 UIColor { get; set; }

Property Value

Type: Color
See Also