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