ICSS2Properties.Padding
ICSS2Properties.Padding property
The ‘padding’ property is a shorthand property for setting ‘padding-top’, ‘padding-right’, ‘padding-bottom’, and ‘padding-left’ at the same place in the style sheet.
If there is only one value, it applies to all sides. If there are two values, the top and bottom paddings are set to the first value and the right and left paddings are set to the second. If there are three values, the top is set to the first value, the left and right are set to the second, and the bottom is set to the third. If there are four values, they apply to the top, right, bottom, and left, respectively.
public string Padding { get; set; }
Return Value
padding property
See Also
- interface ICSS2Properties
- namespace Aspose.Html.Dom.Css
- assembly Aspose.HTML