ICSS2Properties.MaxWidth
ICSS2Properties.MaxWidth 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 MaxWidth { get; set; }
Return Value
max-width property
See Also
- interface ICSS2Properties
- namespace Aspose.Html.Dom.Css
- assembly Aspose.HTML