TextStyle.IsStrikethrough Property

Aspose.Note for .NET API

TextStyleIsStrikethrough Property

Gets or sets a value indicating whether the text style is strikethrough.

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public 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