Class BoxModel
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Represents boxes of the element.
public class BoxModel
- Inheritance
-
BoxModel
Properties
Border
Gets the Border box.
public BoxModelPoint[] Border { get; set; }
Property Value
Content
Gets the Content box.
public BoxModelPoint[] Content { get; set; }
Property Value
Height
Gets the element's height.
public decimal Height { get; set; }
Property Value
Margin
Gets the Margin box.
public BoxModelPoint[] Margin { get; set; }
Property Value
Padding
Gets the Padding box.
public BoxModelPoint[] Padding { get; set; }
Property Value
Width
Gets the element's width.
public decimal Width { get; set; }