StyleSettingsIsStrikethrough Property |
Gets or sets a value indicating whether strike through
Namespace: GroupDocs.Comparison.OptionsAssembly: GroupDocs.Comparison (in GroupDocs.Comparison.dll) Version: 22.6.0.0 (22.6)
Syntaxpublic bool IsStrikethrough { get; set; }
Public Property IsStrikethrough As Boolean
Get
Set
public:
property bool IsStrikethrough {
bool get ();
void set (bool value);
}
member IsStrikethrough : bool with get, set
Property Value
Type:
Boolean
See Also