ICSS2Properties.MaxHeight

ICSS2Properties.MaxHeight 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 MaxHeight { get; set; }

Return Value

max-height property

See Also