![]() |
GPAL - Generally Positive Automation Library v1.0
GPAL The Fluent Automation LIbrary
|
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. | |
Definition at line 9663 of file PuppeteerCommunicator.cs.
|
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.
|
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.
|
getset |
Gets or sets the overall height of the node's box model, in pixels.
Definition at line 9688 of file PuppeteerCommunicator.cs.
|
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.
|
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.
|
getset |
Gets or sets the overall width of the node's box model, in pixels.
Definition at line 9684 of file PuppeteerCommunicator.cs.