HTML Editor for ASP.NET AJAX
DesignModeCss Property
Server ReferenceWinthusiasm.HtmlEditorHtmlEditorDesignModeCss
The CSS file to link for Design mode.
Declaration Syntax
C#
public string DesignModeCss { get; set; }
Remarks
To apply developer-specified style rules during designMode editing set this property to the path of the appropriate css file.
Examples
Set the property declaratively in the HtmlEditor tag:
CopyC#
DesignModeCss = "~/Styles/HtmlEditor.css"
Example css file:
CopyC#
body
{
    font-family: Verdana;
    font-size: 8pt;
}

Assembly: Winthusiasm.HtmlEditor (Module: Winthusiasm.HtmlEditor) Version: 2.3.0.0 (2.3.0.0)