Revit 2026 API
Text |
Gets or sets the width of the TextBox.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public double Width { get; set; }
Public Property Width As Double Get Set
public: property double Width { double get (); void set (double value); }
member Width : float with get, set
Property Value
DoubleThe value for this property must be positive and cannot be Infinity.
This value is interpreted in device-independent units (1/96th inch) measurement
device-independent units.
The default value is 200.
See Also