TextElementBackground Enumeration
An enumerated type listing all the background mode for the built-in parameter TEXT_BACKGROUND.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)

Syntax

C#
public enum TextElementBackground
Visual Basic
Public Enumeration TextElementBackground
Visual C++
public enum class TextElementBackground

Members

Member nameDescription
TBGR_OPAQUEThe TextElement object is opaque.
TBGR_TRANSPARENTThe TextElement object is transparent.

See Also