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