Specifies the css style that will be applied to the body of the editor document.

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

Syntax

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

See Also