TextNode.IsUnderlined Property

TextNodeIsUnderlined Property

Indicates whether the default formatting is set to underlined text.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsUnderlined { get; }
Public ReadOnly Property IsUnderlined As Boolean
	Get
public:
property bool IsUnderlined {
	bool get ();
}
member IsUnderlined : bool with get

Property Value

Boolean
See Also