RVTDocs.com
Namespace: Autodesk.Revit.UI Class: TextBox

TextBox.Width

Property
Description:
Gets or sets the width of the TextBox.
Remarks:
The 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.
Syntax
public double Width { get; set; }