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

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

Syntax

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

See Also