When %dockPosition% is anything other than floating, the minimum height to use for the pane. Default is 200 pixels.
Namespace: Autodesk.Revit.UIAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2020
Syntax
C# |
---|
public int MinimumHeight { get; set; } |
Visual Basic |
---|
Public Property MinimumHeight As Integer Get Set |
Visual C++ |
---|
public: property int MinimumHeight { int get (); void set (int value); } |
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentOutOfRangeException | When setting this property: The given value for minimumHeight is not positive. |