TextElementBackground Enumeration

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: 25.3.0.0 (25.3.0.0)
Syntax
public enum TextElementBackground
Public Enumeration TextElementBackground
public enum class TextElementBackground
type TextElementBackground
Members
Member nameValueDescription
TBGR_OPAQUE0The TextElement object is opaque.
TBGR_TRANSPARENT1The TextElement object is transparent.
See Also