Revit 2026 API
Dockable |
When %dockPosition% is anything other than floating, the minimum width to use for the pane. Default is 200 pixels.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public int MinimumWidth { get; set; }
Public Property MinimumWidth As Integer Get Set
public: property int MinimumWidth { int get (); void set (int value); }
member MinimumWidth : int with get, set
Property Value
Int32
Exception | Condition |
---|---|
ArgumentOutOfRangeException | When setting this property: The given value for minimumWidth is not positive. |
See Also