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
- interface ICSS2Properties
- package com.aspose.html.Dom.Css
- package Aspose.HTML