Share

TextBox.Width Property

Gets or sets the width of the TextBox.


Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public double Width { get; set; }

Property Value

Double

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.

See Also

Reference

Was this information helpful?