Share

DockablePaneState.MinimumHeight Property

When %dockPosition% is anything other than floating, the minimum height to use for the pane. Default is 200 pixels.


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

Syntax

C#

public int MinimumHeight { get; set; }

Property Value

Int32

Exceptions

ExceptionCondition
ArgumentOutOfRangeException When setting this property: The given value for minimumHeight is not positive.

See Also

Reference

Was this information helpful?