Revit 2026 API
Text |
Indicates whether the default formatting is set to underlined text.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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
BooleanSee Also