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