TextStyle.IsUnderline Property

Aspose.Note for .NET API

TextStyleIsUnderline Property

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

Namespace:  Aspose.Note
Assembly:  Aspose.Note (in Aspose.Note.dll) Version: 18.1
Syntax
public bool IsUnderline { get; set; }
Public Property IsUnderline As Boolean
	Get
	Set
public:
property bool IsUnderline {
	bool get ();
	void set (bool value);
}
member IsUnderline : bool with get, set

Property Value

Type: Boolean
See Also