ICSS2Properties.MinHeight
ICSS2Properties.MinHeight property
These two properties allow authors to constrain box heights to a certain range. Values have the following meanings:
‘length’ - Specifies a fixed minimum or maximum computed height.’percentage’ - Specifies a percentage for determining the computed value. The percentage is calculated with respect to the height of the generated box’s containing block. If the height of the containing block is not specified explicitly (i.e., it depends on content height), the percentage value is interpreted like ‘auto’.none - (Only on ‘max-height’) No limit on the height of the box.
public string MinHeight { get; set; }
Return Value
min-height property
See Also
- interface ICSS2Properties
- namespace Aspose.Html.Dom.Css
- assembly Aspose.HTML