TextElementBackground Enumeration |
An enumerated type listing all the background mode for the built-in parameter TEXT_BACKGROUND.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic enum TextElementBackground
Public Enumeration TextElementBackground
public enum class TextElementBackground
type TextElementBackground
Members| Member name | Value | Description |
|---|
| TBGR_OPAQUE | 0 | The TextElement object is opaque. |
| TBGR_TRANSPARENT | 1 | The TextElement object is transparent. |
See Also