ICSS2Properties.MinWidth

ICSS2Properties.MinWidth property

These two properties allow authors to constrain box widths to a certain range. Values have the following meanings:

length’ - Specifies a fixed minimum or maximum computed width.’percentage’ - Specifies a percentage for determining the computed value. The percentage is calculated with respect to the width of the generated box’s containing block.none - (Only on ‘max-width’) No limit on the width of the box.

public string MinWidth { get; set; }

Return Value

min-width property

See Also