InsertionCSSClass Property
Syntax
public string InsertionCSSClass { get; set; }
Public Property InsertionCSSClass() As String
Get
Set
public:
property String^ InsertionCSSClass
{
String^ get()
void set(String^ value)
}
Property Value
A string corresponding to the CSS class name. The default value is markdownInsert
.