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"

Namespace: CuteEditor
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public string EditorWysiwygModeCss { get; set; }
Visual Basic
Public Property EditorWysiwygModeCss As String
	Get
	Set
Visual C++
public:
property String^ EditorWysiwygModeCss {
	String^ get ();
	void set (String^ value);
}

See Also