KaxEditorContentAreaCssFile Property |
Gets or sets a string, containing the location of the content area CSS styles.
You need to set this property only if you are using a custom skin.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string ContentAreaCssFile { get; set; }
Public Property ContentAreaCssFile As String
Get
Set
public:
property String^ ContentAreaCssFile {
String^ get ();
void set (String^ value);
}
member ContentAreaCssFile : string with get, set
Property Value
Type:
StringThe content area CSS file.
See Also