UnderlineCSSClass Property
Summary
The CSS class to be associated with text that has the Underline
text decorator.
Syntax
public string UnderlineCSSClass { get; set; }
Public Property UnderlineCSSClass() As String
Get
Set
public:
property String^ UnderlineCSSClass
{
String^ get()
void set(String^ value)
}
Property Value
A string corresponding to the CSS class name. The default value is markdownUnderline
.