Revit 2025 API
Text |
Indicates whether the text background is transparent or opaque.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsTransparent { get; }
Public ReadOnly Property IsTransparent As Boolean Get
public: property bool IsTransparent { bool get (); }
member IsTransparent : bool with get
Property Value
BooleanSee Also