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

Property Value

Type: Color
See Also