Click or drag to resize
CKEditorControlSourceAreaTabSize Property
Controls CSS tab-size property of the sourcearea view. Works only with dataIndentationChars set to '\t'. Please consider that not all browsers support CSS tab-size property yet. Default value: 4

Namespace: CMS.CKEditor
Assembly: CMS.CKEditor (in CMS.CKEditor.dll) Version: 8.2.23
Syntax
C#
public int SourceAreaTabSize { get; set; }

Property Value

Type: Int32
See Also