Table of Contents

Class WorkAreaInsets

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll

Represents work area insets for a screen.

public class WorkAreaInsets
Inheritance
WorkAreaInsets

Properties

Bottom

Gets or sets the bottom inset.

public int? Bottom { get; set; }

Property Value

int?

Left

Gets or sets the left inset.

public int? Left { get; set; }

Property Value

int?

Right

Gets or sets the right inset.

public int? Right { get; set; }

Property Value

int?

Top

Gets or sets the top inset.

public int? Top { get; set; }

Property Value

int?