StrikethroughColor Property
Summary
Color to be associated with text that has the Strikethrough
text decorator.
Syntax
public string StrikethroughColor {get; set;}
Public Property StrikethroughColor() As String
Get
Set
public:
property String^ StrikethroughColor
{
String^ get()
void set(String^ value)
}
Property Value
A string containing a valid color value. Default value is #b20000
.