Gets or sets inline CSS text that will be used by the preview window. Example PreviewCssText="div,p{font:Normal 12px 'Segoe UI'}"

Namespace: RTE
Assembly: RichTextEditor (in RichTextEditor.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

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

See Also