GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
Loading...
Searching...
No Matches
GenerallyPositive.Browser.Model Class Reference

Properties

double[] Content [get, set]
 Gets or sets the quad of (x, y) coordinate pairs describing the content box, in the order top-left, top-right, bottom-right, bottom-left.
double[] Padding [get, set]
 Gets or sets the quad of (x, y) coordinate pairs describing the padding box, in the order top-left, top-right, bottom-right, bottom-left.
double[] Border [get, set]
 Gets or sets the quad of (x, y) coordinate pairs describing the border box, in the order top-left, top-right, bottom-right, bottom-left.
double[] Margin [get, set]
 Gets or sets the quad of (x, y) coordinate pairs describing the margin box, in the order top-left, top-right, bottom-right, bottom-left.
int Width [get, set]
 Gets or sets the overall width of the node's box model, in pixels.
int Height [get, set]
 Gets or sets the overall height of the node's box model, in pixels.

Detailed Description

Definition at line 9663 of file PuppeteerCommunicator.cs.

Property Documentation

◆ Border

double [] GenerallyPositive.Browser.Model.Border
getset

Gets or sets the quad of (x, y) coordinate pairs describing the border box, in the order top-left, top-right, bottom-right, bottom-left.

Definition at line 9676 of file PuppeteerCommunicator.cs.

◆ Content

double [] GenerallyPositive.Browser.Model.Content
getset

Gets or sets the quad of (x, y) coordinate pairs describing the content box, in the order top-left, top-right, bottom-right, bottom-left.

Definition at line 9668 of file PuppeteerCommunicator.cs.

◆ Height

int GenerallyPositive.Browser.Model.Height
getset

Gets or sets the overall height of the node's box model, in pixels.

Definition at line 9688 of file PuppeteerCommunicator.cs.

◆ Margin

double [] GenerallyPositive.Browser.Model.Margin
getset

Gets or sets the quad of (x, y) coordinate pairs describing the margin box, in the order top-left, top-right, bottom-right, bottom-left.

Definition at line 9680 of file PuppeteerCommunicator.cs.

◆ Padding

double [] GenerallyPositive.Browser.Model.Padding
getset

Gets or sets the quad of (x, y) coordinate pairs describing the padding box, in the order top-left, top-right, bottom-right, bottom-left.

Definition at line 9672 of file PuppeteerCommunicator.cs.

◆ Width

int GenerallyPositive.Browser.Model.Width
getset

Gets or sets the overall width of the node's box model, in pixels.

Definition at line 9684 of file PuppeteerCommunicator.cs.


The documentation for this class was generated from the following file: