TdxRibbonBackstageViewTabSheetSizeOptions.MinHeight Property
In This Article
Specifies the tabbed page’s minimum height in pixels.
#Declaration
Delphi
property MinHeight: Integer read; write; default 0;
#Property Value
Type | Default |
---|---|
Integer | 0 |
#Remarks
If the MinHeight property is 0, the minimum height is calculated automatically.
The default value of the MinHeight property is 0.
See Also