CuteEditor for .NET 6.0 Class Library

Editor.EditorWysiwygModeCss Property

Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported. Example EditorWysiwygModeCss="example.css,~/portal.css,/default.css"

[Visual Basic]
Public Property EditorWysiwygModeCss As String
[C#]
public string EditorWysiwygModeCss {get; set;}

See Also

Editor Class | CuteEditor Namespace