Gets or sets inline CSS text that will be used by the editable area. Example ContentCssText=" p{font:Normal 12px 'Segoe UI'} .exampleclass{font-weight: bold}"

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

Syntax

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

See Also