Share

TextEditorOptions.ShowBorder Property

Show the border box around the text during editing.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public bool ShowBorder { get; set; }

Property Value

Boolean

Remarks

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

Reference

Was this information helpful?