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: 26.1.0.0 (26.1.0.34)
Syntax
C#
public enum TextElementBackground
Members
Member name | Value | Description |
---|---|---|
TBGR_OPAQUE | 0 | The TextElement object is opaque. |
TBGR_TRANSPARENT | 1 | The TextElement object is transparent. |