Revit 2026 API
Text |
Show the border box around the text during editing.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool ShowBorder { get; set; }
Public Property ShowBorder As Boolean Get Set
public: property bool ShowBorder { bool get (); void set (bool value); }
member ShowBorder : bool with get, set
Property Value
Boolean
If false, the border will appear or not depending on the edited text note's type Show Border setting.
If true, the border will always appear during editing regardless of type settings.
See Also